rtabmap_ros
rtabmap_ros copied to clipboard
FPS drops with recorded rosbag on AGX Orin
- rtabmap was run with wheel odometry and point cloud from depth image of TOF camera.
- We have measured the output FPS(using mapData) of rtabmap on AGX orin board(with actual moving robot) at detection rate 30. Output FPS was found around 4Hz.
- By recording Rosbag, we performed the same experiment. We observed that the output fps reduces to 2 Hz when we run rtabmap on the recorded rosbag with around same travel path. Why does the frame rate drop when we run rtabmap using rosbag data?
On the terminal, you should see the processing time of rtabmap. If it is way below 500 ms and you still have 2 Hz, either Rtabmap/DetectionRate is set to 2 Hz or messages in bag are not published at 30 Hz or input messages of rtabmap node are poorly synchronized.