dawonn / vectornav

ROS Interface for the VectorNav IMU/GPS
147 stars 179 forks source link

Raw ned enu #114

Closed richardw347 closed 1 year ago

richardw347 commented 1 year ago

This PR adds conversion for the raw IMU readings (gyro and accelerometer) from the NED frame the sensor uses to the ROS standard ENU.

The conversion is already done for the orientation just not the raw sensor readings. This is useful for us as we have our own fusion framework that makes use of just the raw readings. I thought some other people might have a similar use case so I thought I'd share this quick PR.

Also I've updated the tf2_geometry_msgs header as the current version is obsolete.