Skip to content

Commit

Permalink
Allow HIGHRES_IMU to support 4 IMUs
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Toledano committed Jan 14, 2025
1 parent 11340fa commit 862fbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/streams/HIGHRES_IMU.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MavlinkStreamHighresIMU : public MavlinkStream
private:
explicit MavlinkStreamHighresIMU(Mavlink *mavlink) : MavlinkStream(mavlink) {}

uORB::SubscriptionMultiArray<vehicle_imu_s, 3> _vehicle_imu_subs{ORB_ID::vehicle_imu};
uORB::SubscriptionMultiArray<vehicle_imu_s, 4> _vehicle_imu_subs{ORB_ID::vehicle_imu};
uORB::Subscription _estimator_sensor_bias_sub{ORB_ID(estimator_sensor_bias)};
uORB::Subscription _estimator_selector_status_sub{ORB_ID(estimator_selector_status)};
uORB::Subscription _sensor_selection_sub{ORB_ID(sensor_selection)};
Expand Down

0 comments on commit 862fbd7

Please sign in to comment.