ros-drivers / mocap_optitrack

ROS nodes for working with the NaturalPoint Optitrack motion capture setup
99 stars 139 forks source link

Feat: add enable disable tf publisher param #55

Closed jadhm closed 3 years ago

jadhm commented 3 years ago

Publishing tf messages is not always handy. While testing with our robot publishing tf messages causes conflict in our localization system since the child parents frame ids are the same so I added tf topic as a param to enable/disable it like other topics. Knowing that removing the child and the parents frame ID's would disable the tf publisher but these frames are also used for publishing poses and odom messages so they cannot be removed in this case.