Skip to content

Commit

Permalink
Fix xml and image in create maritime vehicle tutorial (#2592)
Browse files Browse the repository at this point in the history

Signed-off-by: alexandrosnic <[email protected]>
Signed-off-by: Alexandros Nicolaou <[email protected]>
  • Loading branch information
alexandrosnic authored Sep 4, 2024
1 parent 8b74a43 commit 96e1b03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/create_vehicle.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Create a `model.sdf` file that contains the Simulator Description Format of the
model. You can find more information on the [SDF website](http://sdformat.org/).

```xml
<?xml version='1.0'?>
<sdf version='1.6'>
<?xml version="1.0"?>
<sdf version="1.6">
<model name="my_turtle">
<static>true</static>
<link name='base_link'>
Expand All @@ -65,15 +65,15 @@ model. You can find more information on the [SDF website](http://sdformat.org/).
</inertia>
</inertial>

<collision name='collision'>
<collision name="collision">
<geometry>
<box>
<size>1 1 0.009948450858321252</size>
</box>
</geometry>
</collision>

<visual name='visual'>
<visual name="visual">
<pose>0.08 0 0.05 0 0 0</pose>
<geometry>
<cylinder>
Expand Down

0 comments on commit 96e1b03

Please sign in to comment.