Skip to content

Commit 3765579

Browse files
authored
Fix typos in joint-tutorial readme. (gazebosim#2622)
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
1 parent 0f16949 commit 3765579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/joint_controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Let’s set up a new model for this example. A two-linked manipulator arm which
385385
- SDF file:
386386

387387
```xml
388-
<?xml version="1.0"
388+
<?xml version="1.0" ?>
389389
<sdf version="1.6">
390390
<world name="default">
391391
<scene>
@@ -653,7 +653,7 @@ gz topic -t "topic_name" -m gz.msgs.JointTrajectory -p '
653653
sec: 1
654654
nsec: 0
655655
}
656-
}
656+
}'
657657
```
658658

659659
<div style="text-align:center;">

0 commit comments

Comments
 (0)