ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

adding IMU data in AP_DDS library for high frequency raw imu data transmission

Open Astik-2002 opened this issue 1 year ago • 2 comments

This code enables imu data transmission between ros2 nodes and AP via DDS. @Ryanf55 please review this and suggest changes.

Astik-2002 avatar Feb 11 '24 03:02 Astik-2002

the commit list needs needs a big cleanup

tridge avatar Feb 19 '24 22:02 tridge

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

tridge avatar Feb 20 '24 00:02 tridge

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.

Ryanf55 avatar Feb 26 '24 17:02 Ryanf55