ArduPilot / ardupilot_ros

ArduPilot ROS integration
GNU General Public License v3.0
15 stars 9 forks source link

ardupilot_ros: fix cartographer subscribing to /tf_static instead of /ap/tf_static #13

Closed pedro-fuoco closed 1 year ago

pedro-fuoco commented 1 year ago

Cartographer was subscribing to /tf_static instead of /ap/tf_static, which sometimes caused it to publish the gazebo transforms into /ap/tf. This didn't cause any known issues, but it is worth fixing to separate the trees completely.

Closely related to the remap commit on #8