navigation with robot using mapped rtabmap !

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

navigation with robot using mapped rtabmap !

saber
how can i using the saved map to navigate in rviz ??
and how can i add the external odometry for my systel like wheel and imu ?
Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

saber
im using ubuntu server for rtabmap
Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

matlabbe
Administrator

I suggest to try one of the demos on turtlebot3 + RGB-D camera: https://github.com/introlab/rtabmap_ros/tree/ros2/rtabmap_demos#turtlebot3-nav2-and-rgb-d-slam

You can relaunch with "localization:=true" after first creating a map by sending goals in rviz.
Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

saber
so first mapping then i save the map with map server
then  i relaunch the just modifying the same launch file with  localization set to true ? is that true ?

Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

saber
Can i use the map server to save the map ??
i konw that rtabmap publich directly
Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

saber
and if i using map server in localization mode what i change in nav2 param
Reply | Threaded
Open this post in threaded view
|

Re: navigation with robot using mapped rtabmap !

matlabbe
Administrator
In the example, the map is automatically saved under `~/.ros/rtabmap.db`. When relaunching in localization mode, rtabmap reloads `~/.ros/rtabmap.db` and starts localizing in it. There is no map_server or AMCL involved in that example.