Skip to content

Commit e4dd924

Browse files
committed
Merged in animatedbox_gz9 (pull request #469)
Small typo in directory name (animated_box) Approved-by: Louise Poubel <[email protected]> Approved-by: Carlos Agüero <[email protected]>
2 parents a920481 + c496a6c commit e4dd924

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

animated_box/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gazebo executable with a plugin.
5757
Run using gazebo itself with:
5858

5959
~~~
60-
cd ~/gazebo_animatebox_tutorial
60+
cd ~/gazebo_animatedbox_tutorial
6161
gazebo animated_box.world
6262
~~~
6363

@@ -78,7 +78,7 @@ executable that connects to Gazebo. The independent listener receives
7878
the location and timestamp of the box and prints it out.
7979

8080
~~~
81-
cd ~/gazebo_animatebox_tutorial
81+
cd ~/gazebo_animatedbox_tutorial
8282
gazebo animated_box.world & ./build/independent_listener
8383
~~~
8484

@@ -95,7 +95,7 @@ The integrated_main example demonstrates the following:
9595
Run integrated_main:
9696

9797
~~~
98-
cd ~/gazebo_animatebox_tutorial
98+
cd ~/gazebo_animatedbox_tutorial
9999
./build/integrated_main animated_box.world
100100
~~~
101101

0 commit comments

Comments
 (0)