mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
Sensordots Mappydot+ driver (#12147)
* Add MappyDot+ driver capable of utilizing multiple sensors on a single i2c bus.
This commit is contained in:
committed by
Daniel Agar
parent
eaa3d4a24f
commit
ce784d1ef0
@@ -75,6 +75,12 @@ then
|
||||
ll40ls start i2c
|
||||
fi
|
||||
|
||||
# mappydot lidar sensor
|
||||
if param compare SENS_EN_MPDT 1
|
||||
then
|
||||
mappydot start -a
|
||||
fi
|
||||
|
||||
# mb12xx sonar sensor
|
||||
if param greater SENS_EN_MB12XX 0
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user