Skip to content

Commit a0063ee

Browse files
committed
Use turtlebot's rviz file for navigation
This shows up my turtlebot's localization in my world! It also enables all the colors and shades for move_base as it works! The attached image in the images folder shows how move_base successfully lands to a goal (within a room) and says goal is reached.
1 parent 6a2a29d commit a0063ee

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
547 KB
Loading

‎task5/workspace/catkin_ws/src/scripts/test_navigation.sh‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ xterm -e "cd $(pwd)/../..; source devel/setup.bash; roslaunch turtlebot_gazebo a
2121

2222
sleep 5
2323

24-
xterm -e "cd $(pwd)/../..; source devel/setup.bash ; rosrun rviz rviz -d src/rvizConfig/myslamconfig.rviz" &
24+
#xterm -e "cd $(pwd)/../..; source devel/setup.bash ; rosrun rviz rviz -d src/rvizConfig/myslamconfig.rviz" &
25+
xterm -e "cd $(pwd)/../..; source devel/setup.bash; roslaunch turtlebot_rviz_launchers view_navigation.launch"
26+
2527
sleep 5
2628

2729

0 commit comments

Comments
 (0)