update cache from a local database using the command line

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

update cache from a local database using the command line

TOM_RB
The plan is to remotely start the mapping mode and later the localization mode of RTABmap remotley. The robot should use the onboard computer to run the realsense-ros, RTABmap and move_base while another WiFi connected PC should control and monitor the robot (currently using rviz to view location and send navigation goals).

How can i update the cache from the previously saved database.db using the command line?  I want to do this via an ssh command sent from the control PC to start RTABmap localization on the onboard PC.
TOM SMITH
Reply | Threaded
Open this post in threaded view
|

Re: update cache from a local database using the command line

TOM_RB
for any one else facing the same problem , the solution is by adding this parameter to the rtabmapviz  node in the launch file :
     
TOM SMITH