We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f16949 commit 3765579Copy full SHA for 3765579
tutorials/joint_controller.md
@@ -385,7 +385,7 @@ Let’s set up a new model for this example. A two-linked manipulator arm which
385
- SDF file:
386
387
```xml
388
-<?xml version="1.0"
+<?xml version="1.0" ?>
389
<sdf version="1.6">
390
<world name="default">
391
<scene>
@@ -653,7 +653,7 @@ gz topic -t "topic_name" -m gz.msgs.JointTrajectory -p '
653
sec: 1
654
nsec: 0
655
}
656
- }
+ }'
657
```
658
659
<div style="text-align:center;">
0 commit comments