ardupilot
ardupilot copied to clipboard
adding IMU data in AP_DDS library for high frequency raw imu data transmission
This code enables imu data transmission between ros2 nodes and AP via DDS. @Ryanf55 please review this and suggest changes.
the commit list needs needs a big cleanup
note that this will get the 1st IMU, if you want the active IMU then you need to call AP_AHRS::_get_primary_gyro_index(), otherwise if you get a lane change then you will get noisy data
Looks great.
I cleaned up your commits with
git rebase upstream/master
Then, I squashed them together.
And finally, I edited the commit message to use the AP_DDS prefix.