Last active
September 29, 2024 19:44
-
-
Save dbaldwin/f3b727ee824987e1174b7fd3f69269d1 to your computer and use it in GitHub Desktop.
PX4 ENU (ROS2) to NED (Drone)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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