interactive markers does not work with gmapping_demo
I am trying to do SLAM to map my room with my turtlebot. Using Indigo on turtlebot and Ubuntu 14.04, Ubuntu 14.04 on host PC. I can get the interactive markers to work and navigate the turtlebot just fine from the host PC following the tutorial here: interactive_markers When I try to run the mapping tutorial here: navigation The rviz comes up fine but without interactive markers as a selection. SO I tried running ON host PC:
roslaunch turtlebot_interactive_markers interactive_markers.launch --screen
and then I added the interactive markers using the add button from rviz, enabled it and tried clicking on the interactive button but nothing happens. The navigation by interactive markers does not come up. What do I need to do differently to get interactive_marker navigation to work during mapping?