intel / ros2_intel_realsense

This project is deprecated and no more maintained. Please visit https://github.com/IntelRealSense/realsense-ros for ROS2 wrapper.
Apache License 2.0
140 stars 96 forks source link

Unable to turn off T265 TF publishing #132

Open SteveMacenski opened 4 years ago

SteveMacenski commented 4 years ago

If we have multiple odometry sources, all must be able to turn off the TF publishing while still publishing the odometry message. All other major packages support that except this. It should be simple to implement adding a publish_tf (standard naming) boolean param and only publish to the TF Broadcaster for the odom->sensor when set to true. Otherwise, only publish the transformation to the odometry topic so we can fuse it in robot_localization