Skip to content

Commit eabbb9e

Browse files
committed
Update PX4 Firmware metadata Fri Jun 13 00:13:51 UTC 2025
1 parent 7f3b8b6 commit eabbb9e

9 files changed

+35
-8
lines changed

en/modules/modules_driver_distance_sensor.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,33 @@ ll40ls <command> [arguments...]
233233
status print status info
234234
```
235235

236+
## ll40ls_pwm
237+
238+
Source: [drivers/distance_sensor/ll40ls_pwm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls_pwm)
239+
240+
241+
### Description
242+
243+
PWM driver for LidarLite rangefinders.
244+
245+
The sensor/driver must be enabled using the parameter SENS_EN_LL40LS.
246+
247+
Setup/usage information: https://docs.px4.io/main/en/sensor/lidar_lite.html
248+
249+
### Usage {#ll40ls_pwm_usage}
250+
251+
```
252+
ll40ls_pwm <command> [arguments...]
253+
Commands:
254+
start Start driver
255+
[-R <val>] Sensor rotation - downward facing by default
256+
default: 25
257+
258+
status Print driver status information
259+
260+
stop Stop driver
261+
```
262+
236263
## mappydot
237264

238265
Source: [drivers/distance_sensor/mappydot](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/mappydot)

public/middleware/graph_full.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_full_no_mavlink.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_fmu-v2.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_fmu-v4.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_fmu-v5.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_fmu-v5x.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_fmu-v6x.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/middleware/graph_px4_sitl.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)