Skip to content

Commit 6055c42

Browse files
authored
How to use
1 parent 51df15b commit 6055c42

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Simple_Turtle_Gazebo/Tutorials

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ Put the simulation on Gazebo on.
5959

6060
Use move_base and frontier_exploration:
6161
Open two terminals (Terminals 4 and 5): launch the two .launch file.
62-
Terminal 4: $ roslaunch
62+
Terminal 4: $ roslaunch turtle_2dnav move_base.launch
63+
Terminal 5: $ roslaunch turtle_frontier turtle_frontier.launch
6364

6465

66+
You will now able to move the robot from a A point to a B point (Use 2D nav goal arrows of RViz) and allow the robot to explroe a
67+
polygon (use Publish Point from RViz).
68+
69+
------------------------------------------------------------------------------------------------------------------------------------
70+
71+
To use your own world, put your world in the worlds folder of turtle_gazebo. After, modify the turtle.launch file and change
72+
"turtle.world" by the name of your file (line 7). To use another model in URDF, put your URDF file in turtle_description/URDF and
73+
change "turtle.urdf" (lines 4 and 11) by your own files

0 commit comments

Comments
 (0)