rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

Disable some topics when in localization mode

Open takahiko-hasegawa-hdjp opened this issue 2 years ago • 1 comments

Hi

I am using rgb-d input to do localization (after creating a map). Due to the low spec on the pc im running rtabmap on, I want to disable all the topics outside of map-odom tf.

Would that be possible?

I am using rgb and depth image as the only input to do the localization and we have our own wheel odometry that publishes odom to base_link so just need map to odom.

takahiko-hasegawa-hdjp avatar Apr 24 '23 05:04 takahiko-hasegawa-hdjp

Just don't subscribe to any topics other than /tf, rtabmap_ros won't generate others topic if no one is subscribed to them.

matlabbe avatar Aug 20 '23 21:08 matlabbe