File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,15 @@ Put the simulation on Gazebo on.
59
59
60
60
Use move_base and frontier_exploration:
61
61
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
63
64
64
65
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
You can’t perform that action at this time.
0 commit comments