ArduPilot / ardupilot_gz

Tools for ArduPilot ROS2 integration and testing on ROS 2 humble
GNU General Public License v3.0
27 stars 19 forks source link

Copter: fix Iris TF and orientation #10

Closed srmainwaring closed 1 year ago

srmainwaring commented 1 year ago

Fix the TF for the Iris model and update the orientation to use the correct transform from Gazebo ENU to NED.

The robot_state_publisher and ros_gz bridge were both publishing TF, causing conflicts. Remap the robot_state_publisher topics so they do not conflict. Other updates ensure the composed model renders correctly in both Gazebo and rviz with correct frame structure.

Details