Administrator
|
Recording a bag with all data input to rtabmap is a good idea to debug afterwards and test different parameters by replaying the rosbag. In general, we don't start rtabmap node when recording to keep TF clean of the mapping process (otherwise when replaying the bag with mapping, you may get two /map -> /odom frames that would cause strange glitch in mapping).
If odometry is debugged, tuned and work correctly, you can use the generated database as input in rtabmap standalone to just tune the mapping part (loop closure detection, grid generation...).
cheers,
Mathieu
|