Skip to content

Commit 9ae559e

Browse files
authored
enable lightware sf45 driver in FMU-V6XRT (#24467)
* add sf45 driver to 6xrt * disable the sf45 driver on rover, since collision prevention is tied with MPC params --------- Signed-off-by: dirksavage88 <[email protected]>
1 parent 2aaa540 commit 9ae559e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/px4/fmu-v6xrt/default.px4board

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CONFIG_DRIVERS_CAMERA_TRIGGER=y
1616
CONFIG_DRIVERS_CDCACM_AUTOSTART=y
1717
CONFIG_COMMON_DIFFERENTIAL_PRESSURE=y
1818
CONFIG_COMMON_DISTANCE_SENSOR=y
19+
CONFIG_DRIVERS_DISTANCE_SENSOR_LIGHTWARE_SF45_SERIAL=y
1920
CONFIG_DRIVERS_DSHOT=y
2021
CONFIG_DRIVERS_GNSS_SEPTENTRIO=y
2122
CONFIG_DRIVERS_GPS=y

boards/px4/fmu-v6xrt/rover.px4board

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_DRIVERS_DISTANCE_SENSOR_LIGHTWARE_SF45_SERIAL=n
12
CONFIG_MODULES_AIRSPEED_SELECTOR=n
23
CONFIG_MODULES_FLIGHT_MODE_MANAGER=n
34
CONFIG_MODULES_FW_ATT_CONTROL=n

0 commit comments

Comments
 (0)