Replace transform between odom and base
Using the ardrone_autonomy package, the ardrone_driver makes some transformations, as seen in the following picture:
but I need to replace the transform between odom and ardronebaselink frame by the transform provided by the robot_localization package (if possible, I would like to maintain the ardrone/odometry topic). How can I do that?
The ardrone_driver is an executable:
Asked by Dylan on 2019-05-07 13:26:06 UTC
Comments
I'm not a
ardrone
expert at all, so I don't know whether this will work (or what the consequences could be for other components in your setup), but perhaps tf_remap can help here. You'd essentially remap theodom->ardrone_base_link
transform to something else and letrobot_localization
broadcast it.Older Q&A about it: #q216582.
Asked by gvdhoorn on 2019-05-08 03:49:20 UTC
That is a good option. tf_remap can handle it temporally.
Asked by Lucas Marins on 2019-05-08 07:15:24 UTC