Rotating NED to ENU using tf?
Hi,
I have an IMU in the NED frame. Could I use <node pkg="tf2_ros" name="imu_pub" type="static_transform_publisher" args="0 0 0 1.5707963 0 3.1415926 base_link imu"/>
to rotate the imu to ENU at base_link?
add a comment