mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-15 19:09:05 +08:00
Removed lidar lite reset after intialization
This commit is contained in:
@@ -150,7 +150,7 @@ LidarLiteI2C::probe()
|
||||
}
|
||||
|
||||
_retries = 3;
|
||||
return reset_sensor();
|
||||
return OK;
|
||||
}
|
||||
|
||||
PX4_DEBUG("probe failed unit_id=0x%02x hw_version=0x%02x sw_version=0x%02x",
|
||||
|
||||
Reference in New Issue
Block a user