Skip to content

Instantly share code, notes, and snippets.

@dbaldwin
Last active September 29, 2024 19:44
Show Gist options
  • Save dbaldwin/f3b727ee824987e1174b7fd3f69269d1 to your computer and use it in GitHub Desktop.
Save dbaldwin/f3b727ee824987e1174b7fd3f69269d1 to your computer and use it in GitHub Desktop.
PX4 ENU (ROS2) to NED (Drone)
https://answers.ros.org/question/251691/coordinate-system-in-ros/
https://docs.px4.io/main/en/ros2/user_guide#compatibility-issues
ros2 run tf2_ros static_transform_publisher 0.5 0 0 1.57 0 0 world 90_around_x
ros2 run tf2_ros static_transform_publisher 1 0 0 1.57 0 3.14 world world_ned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment