Login  Register

Re: How to label nodes and send goals from rtabmap interface?

Posted by matlabbe on Nov 29, 2015; 8:50pm
URL: http://official-rtab-map-forum.206.s1.nabble.com/How-to-label-nodes-and-send-goals-from-rtabmap-interface-tp903p906.html

Hi Patrick,

The robot should be localized in the map before we can send a goal. On start, the robot doesn't know where it is (unless it can localize on the first image received), so it may need to explore a little to get localized. For the questions in the title of the post, see the following sections.

How to label nodes?

How to send goals based on label or node ID?

To send a goal based on a pose, you can do that in RVIZ with "2D Nav Goal" action (send goal on /rtabmap/goal topic). See this recent post or the rtabmap's Turtlebot tutorial for examples. Using this approach, you can only send pose near the local map.

How to see the node IDs?

cheers,
Mathieu