Skip to content
Snippets Groups Projects
Commit 7776789b authored by Kabir Mohammed's avatar Kabir Mohammed Committed by Daniel Agar
Browse files

rc.sensors : fix startup for lidars on Pixhawk boards (#9058)

parent f68f8978
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ fi
# Benewake TFMini
if param greater SENS_EN_TFMINI 0
then
if ver hwcmp PX4FMU_V3
if ver hwcmp PX4FMU_V2 PX4FMU_V4PRO
then
# start the driver on serial 4/5
tfmini start -d /dev/ttyS6
......@@ -421,7 +421,7 @@ fi
# LeddarOne
if param greater SENS_EN_LEDDAR1 0
then
if ver hwcmp PX4FMU_V3
if ver hwcmp PX4FMU_V2 PX4FMU_V4PRO
then
# start the driver on serial 4/5
leddar_one -d /dev/ttyS6 start
......
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