szenergy / duro_gps_driver

:blue_book: ROS/ROS2 driver for SwiftNav Duro Inertial GPS / GNSS receivers
BSD 3-Clause "New" or "Revised" License
11 stars 14 forks source link

Calculate from Euler orientation (still use quaternion) #21

Closed horverno closed 2 years ago

horverno commented 2 years ago

MSG_ORIENT_QUAT may not part of the future firmware. From MSG_ORIENT_EULER the ROS standard quaternion can be calculated as a workaround.

Related to #16 #19