TF Tree in blue stack #391
-
Hi everyone, I am trying to implement a custom position controller. To do that, I need to transform my position error from the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The easiest way to achieve this is to add a ROS bridge from Gazebo. This is the solution that I used when implementing the new demos for the UVMS controllers here. The |
Beta Was this translation helpful? Give feedback.
-
As a quick side comment, you may find the mavros_controllers package helpful as a reference for your position controller. |
Beta Was this translation helpful? Give feedback.
The easiest way to achieve this is to add a ROS bridge from Gazebo. This is the solution that I used when implementing the new demos for the UVMS controllers here.
The
map
->odom
link doesn't exist in this simulated system because it uses the absolute Gazebo state measurements. In practice, when you are using a USBL + DVL, those TFs are more important due to the low sampling rates of the sensors.