How to Navigate the Robot using RTABmapViz
Hi, I am using rtabmap_ros package to simulate 3D mapping and navigation of the mobile Robot. As for the first part, I can generate the 3D map of the environment simulated in gazebo. However, when I run my rtabmap source file in localization mode it loads the 3D map successfully but does not show the robot model as it does in RVIZ. Please note that I run my gazebo model before running rtabmap launch file.
- Can I connect gazebo and rtabmap so that robot model shows in rtabmap interface?
- how can I send commands to robot in localization mode using rtabmap and print its trajectory? (Please note that I am aware of send goal command using node ID in rtabmap interface but it does not seem to work as there is no robot model in the rtabmap interface)
- Is it possible to connect RVIZ and rtabmap so that robot model shows in both (rtabmap and RVIZ) interfaces and when given the 2D navigation command in RVIZ, robot also moves in rtabmap? Thank you very much in advance.