Skip to content
Snippets Groups Projects
Commit f294445c authored by ChristophTobler's avatar ChristophTobler Committed by Lorenz Meier
Browse files

rc.sensors: start tfmini with appropriate device path for FMUv3

parent d6f137e1
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ then
# lis3mdl internal SPI bus is rotated 90 deg yaw
else
# BMI055 gyro internal SPI bus
bmi055 -G start
bmi055 -G start
fi
fi
......@@ -396,7 +396,11 @@ fi
# Benewake TFMini
if param greater SENS_EN_TFMINI 0
then
tfmini start
if ver hwcmp PX4FMU_V3
then
# start the driver on serial 4/5
tfmini start -d /dev/ttyS6
fi
fi
# Wait 20 ms for sensors (because we need to wait for the HRT and work queue callbacks to fire)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment