sensors/vehicle_angular_velocity: print full sensor_selection if device id not found

This commit is contained in:
Daniel Agar 2022-02-02 13:19:37 -05:00
parent 94604ff21a
commit 07c273fc31

View File

@ -333,6 +333,8 @@ bool VehicleAngularVelocity::SensorSelectionUpdate(const hrt_abstime &time_now_u
if (device_id != 0) {
PX4_ERR("unable to find or subscribe to selected sensor (%" PRIu32 ")", device_id);
print_message(ORB_ID(sensor_selection), sensor_selection);
}
_selected_sensor_device_id = 0;