diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md
index a1bc71b818..79eb11c11a 100644
--- a/docs/en/SUMMARY.md
+++ b/docs/en/SUMMARY.md
@@ -736,6 +736,7 @@
- [Magnetometer](modules/modules_driver_magnetometer.md)
- [Optical Flow](modules/modules_driver_optical_flow.md)
- [Rpm Sensor](modules/modules_driver_rpm_sensor.md)
+ - [Radio Control](modules/modules_driver_radio_control.md)
- [Transponder](modules/modules_driver_transponder.md)
- [Estimators](modules/modules_estimator.md)
- [Simulations](modules/modules_simulation.md)
diff --git a/docs/en/_sidebar.md b/docs/en/_sidebar.md
index 6d5a2976c7..f1629f15d9 100644
--- a/docs/en/_sidebar.md
+++ b/docs/en/_sidebar.md
@@ -42,8 +42,9 @@
- [MindRacer BNF & RTF](/complete_vehicles_mc/mindracer_BNF_RTF.md)
- [MindRacer 210](/complete_vehicles_mc/mindracer210.md)
- [NanoMind 110](/complete_vehicles_mc/nanomind110.md)
- - [Holybro Kopis 2](/complete_vehicles_mc/holybro_kopis2.md)
- [Bitcraze Crazyflie 2.1](/complete_vehicles_mc/crazyflie21.md)
+ - [Holybro Kopis 2](/complete_vehicles_mc/holybro_kopis2.md)
+ - [Amov F410 Drone](/complete_vehicles_mc/amov_F410_drone.md)
- [Kits](/frames_multicopter/kits.md)
- [X500 v2 (Pixhawk 6C)](/frames_multicopter/holybro_x500v2_pixhawk6c.md)
- [X500 v2 (Pixhawk 5X)](/frames_multicopter/holybro_x500V2_pixhawk5x.md)
@@ -166,7 +167,7 @@
- [AirMind MindPX](/flight_controller/mindpx.md)
- [AirMind MindRacer](/flight_controller/mindracer.md)
- [ARK Electronics ARKV6X](/flight_controller/ark_v6x.md)
- - [ARK FPV Flight Controller](/flight_controller/ark_fpv.md)
+ - [ARK FPV Flight Controller](/flight_controller/ark_fpv.md)
- [ARK Pi6X Flow Flight Controller](/flight_controller/ark_pi6x.md)
- [CUAV X7](/flight_controller/cuav_x7.md)
- [CUAV Nora](/flight_controller/cuav_nora.md)
@@ -182,7 +183,7 @@
- [Holybro Kakute H7v2](/flight_controller/kakuteh7v2.md)
- [Holybro Kakute H7mini](/flight_controller/kakuteh7mini.md)
- [Holybro Kakute H7](/flight_controller/kakuteh7.md)
- - [Holybro Kakute H7 Wing](flight_controller/kakuteh7-wing.md)
+ - [Holybro Kakute H7 Wing](/flight_controller/kakuteh7-wing.md)
- [Holybro Durandal](/flight_controller/durandal.md)
- [Wiring Quickstart](/assembly/quick_start_durandal.md)
- [Holybro Pix32 v5](/flight_controller/holybro_pix32_v5.md)
@@ -255,7 +256,7 @@
- [GNSS (GPS)](/gps_compass/index.md)
- [ARK GPS (CAN)](/dronecan/ark_gps.md)
- [ARK SAM GPS](/gps_compass/ark_sam_gps.md)
- - [ARK TESEO GPS](/dronecan/ark_teseo_gps.md)
+ - [ARK TESEO GPS](/dronecan/ark_teseo_gps.md)
- [CUAV NEO 3 GPS](/gps_compass/gps_cuav_neo_3.md)
- [CUAV NEO 3 Pro GPS (CAN)](/gps_compass/gps_cuav_neo_3pro.md)
- [CUAV NEO 3X GPS (CAN)](/gps_compass/gps_cuav_neo_3x.md)
@@ -328,7 +329,9 @@
- [ARK Electron Microhard Serial Telemetry Radio](/telemetry/ark_microhard_serial.md)
- [Holybro Microhard P900 Telemetry Radio](/telemetry/holybro_microhard_p900_radio.md)
- [CUAV P8 Telemetry Radio](/telemetry/cuav_p8_radio.md)
+ - [J.Fi Wireless Telemetry Module](/telemetry/jfi_telemetry.md)
- [HolyBro XBP9X - Discontinued](/telemetry/holybro_xbp9x_radio.md)
+
- [FrSky Telemetry](/peripherals/frsky_telemetry.md)
- [TBS Crossfire (CRSF) Telemetry](/telemetry/crsf_telemetry.md)
- [Satellite Comms (Iridium/RockBlock)](/advanced_features/satcom_roadblock.md)
@@ -713,6 +716,10 @@
- [YawEstimatorStatus](/msg_docs/YawEstimatorStatus.md)
- [VehicleStatusV0](/msg_docs/VehicleStatusV0.md)
- [MAVLink Messaging](/middleware/mavlink.md)
+ - [Adding Messages](/mavlink/adding_messages.md)
+ - [Streaming Messages](/mavlink/streaming_messages.md)
+ - [Receiving Messages](/mavlink/receiving_messages.md)
+ - [Custom MAVLink Messages](/mavlink/custom_messages.md)
- [Standard Modes Protocol](/mavlink/standard_modes.md)
- [uXRCE-DDS (PX4-ROS 2/DDS Bridge)](/middleware/uxrce_dds.md)
- [Modules & Commands](/modules/modules_main.md)
@@ -730,6 +737,7 @@
- [Magnetometer](/modules/modules_driver_magnetometer.md)
- [Optical Flow](/modules/modules_driver_optical_flow.md)
- [Rpm Sensor](/modules/modules_driver_rpm_sensor.md)
+ - [Radio Control](/modules/modules_driver_radio_control.md)
- [Transponder](/modules/modules_driver_transponder.md)
- [Estimators](/modules/modules_estimator.md)
- [Simulations](/modules/modules_simulation.md)
@@ -801,8 +809,10 @@
- [Test MC_05 - Indoor Flight (Manual Modes)](/test_cards/mc_05_indoor_flight_manual_modes.md)
- [Unit Tests](/test_and_ci/unit_tests.md)
- [Continuous Integration](/test_and_ci/continous_integration.md)
- - [MAVSDK Integration Testing](/test_and_ci/integration_testing_mavsdk.md)
- - [ROS Integration Testing](/test_and_ci/integration_testing.md)
+ - [Integration Testing](/test_and_ci/integration_testing.md)
+ - [MAVSDK Integration Testing](/test_and_ci/integration_testing_mavsdk.md)
+ - [PX4 ROS2 Interface Library Integration Testing](/test_and_ci/integration_testing_px4_ros2_interface.md)
+ - [ROS 1 Integration Testing](/test_and_ci/integration_testing_ros1_mavros.md)
- [Docker Containers](/test_and_ci/docker.md)
- [Maintenance](/test_and_ci/maintenance.md)
- [Drone Apps & APIs](/robotics/index.md)
@@ -840,4 +850,4 @@
- [1.15 (stable)](/releases/1.15.md)
- [1.14](/releases/1.14.md)
- [1.13](/releases/1.13.md)
- - [1.12](/releases/1.12.md)
\ No newline at end of file
+ - [1.12](/releases/1.12.md)
diff --git a/docs/en/advanced_config/parameter_reference.md b/docs/en/advanced_config/parameter_reference.md
index c0fedadfc9..bb538fd661 100644
--- a/docs/en/advanced_config/parameter_reference.md
+++ b/docs/en/advanced_config/parameter_reference.md
@@ -30755,7 +30755,7 @@ INA226 Power Monitor Config.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0 | 65535 | 1 | 18139 |
+✓ | 0 | 65535 | 1 | 18139 |
### INA226_CURRENT (`FLOAT`) {#INA226_CURRENT}
@@ -30763,7 +30763,7 @@ INA226 Power Monitor Max Current.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.1 | 200.0 | 0.1 | 164.0 |
+✓ | 0.1 | 200.0 | 0.1 | 164.0 |
### INA226_SHUNT (`FLOAT`) {#INA226_SHUNT}
@@ -30771,7 +30771,7 @@ INA226 Power Monitor Shunt.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.000000001 | 0.1 | .000000001 | 0.0005 |
+✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 |
### INA228_CONFIG (`INT32`) {#INA228_CONFIG}
@@ -30779,7 +30779,7 @@ INA228 Power Monitor Config.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0 | 65535 | 1 | 63779 |
+✓ | 0 | 65535 | 1 | 63779 |
### INA228_CURRENT (`FLOAT`) {#INA228_CURRENT}
@@ -30787,7 +30787,7 @@ INA228 Power Monitor Max Current.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.1 | 327.68 | 0.1 | 327.68 |
+✓ | 0.1 | 327.68 | 0.1 | 327.68 |
### INA228_SHUNT (`FLOAT`) {#INA228_SHUNT}
@@ -30795,7 +30795,7 @@ INA228 Power Monitor Shunt.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.000000001 | 0.1 | .000000001 | 0.0005 |
+✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 |
### INA238_CURRENT (`FLOAT`) {#INA238_CURRENT}
@@ -30803,7 +30803,7 @@ INA238 Power Monitor Max Current.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.1 | 327.68 | 0.1 | 327.68 |
+✓ | 0.1 | 327.68 | 0.1 | 327.68 |
### INA238_SHUNT (`FLOAT`) {#INA238_SHUNT}
@@ -30811,7 +30811,7 @@ INA238 Power Monitor Shunt.
Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
- | 0.000000001 | 0.1 | .000000001 | 0.0003 |
+✓ | 0.000000001 | 0.1 | .000000001 | 0.0005 |
### PCF8583_MAGNET (`INT32`) {#PCF8583_MAGNET}
@@ -33642,10 +33642,11 @@ Vehicle type.
**Values:**
-- `0`: Multicopter
+- `0`: Quadcopter
- `1`: Fixed-Wing
- `2`: Tailsitter
- `3`: Standard VTOL
+- `4`: Hexacopter
Reboot | minValue | maxValue | increment | default | unit
diff --git a/docs/en/modules/modules_autotune.md b/docs/en/modules/modules_autotune.md
index 69df6b4280..2292dd7494 100644
--- a/docs/en/modules/modules_autotune.md
+++ b/docs/en/modules/modules_autotune.md
@@ -1,14 +1,17 @@
# Modules Reference: Autotune
+
+
## fw_autotune_attitude_control
+
Source: [modules/fw_autotune_attitude_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_autotune_attitude_control)
### Description
-
-### Usage
+### Usage {#fw_autotune_attitude_control_usage}
+
```
fw_autotune_attitude_control [arguments...]
Commands:
@@ -19,15 +22,17 @@ fw_autotune_attitude_control [arguments...]
status print status info
```
+
## mc_autotune_attitude_control
+
Source: [modules/mc_autotune_attitude_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_autotune_attitude_control)
### Description
-
-### Usage
+### Usage {#mc_autotune_attitude_control_usage}
+
```
mc_autotune_attitude_control [arguments...]
Commands:
diff --git a/docs/en/modules/modules_command.md b/docs/en/modules/modules_command.md
index 4a37e7e5c5..4bba93f042 100644
--- a/docs/en/modules/modules_command.md
+++ b/docs/en/modules/modules_command.md
@@ -1,6 +1,9 @@
# Modules Reference: Command
+
+
## actuator_test
+
Source: [systemcmds/actuator_test](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/actuator_test)
@@ -8,8 +11,8 @@ Utility to test actuators.
WARNING: remove all props before using this command.
-
-### Usage
+### Usage {#actuator_test_usage}
+
```
actuator_test [arguments...]
Commands:
@@ -27,12 +30,14 @@ actuator_test [arguments...]
iterate-servos Iterate all servos deflecting one after the other
```
+
## bl_update
+
Source: [systemcmds/bl_update](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/bl_update)
Utility to flash the bootloader from a file
-
-### Usage
+### Usage {#bl_update_usage}
+
```
bl_update [arguments...]
setopt Set option bits to unlock the FLASH (only needed if in locked
@@ -40,27 +45,33 @@ bl_update [arguments...]
Bootloader bin file
```
+
## bsondump
+
Source: [systemcmds/bsondump](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/bsondump)
Utility to read BSON from a file and print or output document size.
-
-### Usage
+### Usage {#bsondump_usage}
+
```
bsondump [arguments...]
The BSON file to decode and print.
```
+
## dumpfile
+
Source: [systemcmds/dumpfile](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/dumpfile)
Dump file utility. Prints file size and contents in binary mode (don't replace LF with CR LF) to stdout.
-
-### Usage
+### Usage {#dumpfile_usage}
+
```
dumpfile [arguments...]
File to dump
```
+
## dyn
+
Source: [systemcmds/dyn](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/dyn)
@@ -73,14 +84,16 @@ dyn ./hello.px4mod start
```
-
-### Usage
+### Usage {#dyn_usage}
+
```
dyn [arguments...]
File containing the module
[arguments...] Arguments to the module
```
+
## failure
+
Source: [systemcmds/failure](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/failure)
@@ -95,8 +108,8 @@ Test the GPS failsafe by stopping GPS:
failure gps off
-
-### Usage
+### Usage {#failure_usage}
+
```
failure [arguments...]
help Show this help text
@@ -107,7 +120,9 @@ failure [arguments...]
[-i ] sensor instance (0=all)
default: 0
```
+
## gpio
+
Source: [systemcmds/gpio](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/gpio)
@@ -136,8 +151,8 @@ gpio write /dev/gpio1 1
```
-
-### Usage
+### Usage {#gpio_usage}
+
```
gpio [arguments...]
read
@@ -151,15 +166,17 @@ gpio [arguments...]
[PUSHPULL|OPENDRAIN] Pushpull/Opendrain
[--force] Force (ignore board gpio list)
```
+
## hardfault_log
+
Source: [systemcmds/hardfault_log](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/hardfault_log)
Hardfault utility
Used in startup scripts to handle hardfaults
-
-### Usage
+### Usage {#hardfault_log_usage}
+
```
hardfault_log [arguments...]
Commands:
@@ -180,27 +197,33 @@ hardfault_log [arguments...]
reset Reset the reboot counter
```
+
## hist
+
Source: [systemcmds/hist](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/hist)
Command-line tool to show the px4 message history. There are no arguments.
-
-### Usage
+### Usage {#hist_usage}
+
```
hist [arguments...]
```
+
## i2cdetect
+
Source: [systemcmds/i2cdetect](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/i2cdetect)
Utility to scan for I2C devices on a particular bus.
-
-### Usage
+### Usage {#i2cdetect_usage}
+
```
i2cdetect [arguments...]
[-b ] I2C bus
default: 1
```
+
## led_control
+
Source: [systemcmds/led_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/led_control)
@@ -220,8 +243,8 @@ led_control blink -c blue -l 0 -n 5
```
-
-### Usage
+### Usage {#led_control_usage}
+
```
led_control [arguments...]
Commands:
@@ -251,7 +274,9 @@ led_control [arguments...]
[-p ] Priority
default: 2
```
+
## listener
+
Source: [systemcmds/topic_listener](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/topic_listener)
@@ -259,8 +284,8 @@ Utility to listen on uORB topics and print the data to the console.
The listener can be exited any time by pressing Ctrl+C, Esc, or Q.
-
-### Usage
+### Usage {#listener_usage}
+
```
listener [arguments...]
Commands:
@@ -272,23 +297,27 @@ listener [arguments...]
[-r ] Subscription rate (unlimited if 0)
default: 0
```
+
## mfd
+
Source: [systemcmds/mft](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/mft)
Utility interact with the manifest
-
-### Usage
+### Usage {#mfd_usage}
+
```
mfd [arguments...]
Commands:
query Returns true if not existed
```
+
## mft_cfg
+
Source: [systemcmds/mft_cfg](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/mft_cfg)
Tool to set and get manifest configuration
-
-### Usage
+### Usage {#mft_cfg_usage}
+
```
mft_cfg [arguments...]
Commands:
@@ -301,12 +330,14 @@ mft_cfg [arguments...]
-i argument to set extended hardware id (id == version for
, id == revision for )
```
+
## mtd
+
Source: [systemcmds/mtd](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/mtd)
Utility to mount and test partitions (based on FRAM/EEPROM storage as defined by the board)
-
-### Usage
+### Usage {#mtd_usage}
+
```
mtd [arguments...]
Commands:
@@ -326,7 +357,9 @@ mtd [arguments...]
[ [ ...]] Partition names (eg.
/fs/mtd_params), use system default if not provided
```
+
## nshterm
+
Source: [systemcmds/nshterm](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/nshterm)
Start an NSH shell on a given port.
@@ -334,13 +367,15 @@ Start an NSH shell on a given port.
This was previously used to start a shell on the USB serial port.
Now there runs mavlink, and it is possible to use a shell over mavlink.
-
-### Usage
+### Usage {#nshterm_usage}
+
```
nshterm [arguments...]
Device on which to start the shell (eg. /dev/ttyACM0)
```
+
## param
+
Source: [systemcmds/param](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/param)
@@ -368,8 +403,8 @@ param set SYS_AUTOCONFIG 1
reboot
```
-
-### Usage
+### Usage {#param_usage}
+
```
param [arguments...]
Commands:
@@ -436,7 +471,9 @@ param [arguments...]
find Show index of a param
param name
```
+
## payload_deliverer
+
Source: [modules/payload_deliverer](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/payload_deliverer)
@@ -445,8 +482,8 @@ Handles payload delivery with either Gripper or a Winch with an appropriate time
and communicates back the delivery result as an acknowledgement internally
-
-### Usage
+### Usage {#payload_deliverer_usage}
+
```
payload_deliverer [arguments...]
Commands:
@@ -462,12 +499,14 @@ payload_deliverer [arguments...]
status print status info
```
+
## perf
+
Source: [systemcmds/perf](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/perf)
Tool to print performance counters
-
-### Usage
+### Usage {#perf_usage}
+
```
perf [arguments...]
reset Reset all counters
@@ -476,24 +515,28 @@ perf [arguments...]
Prints all performance counters if no arguments given
```
+
## reboot
+
Source: [systemcmds/reboot](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/reboot)
Reboot the system
-
-### Usage
+### Usage {#reboot_usage}
+
```
reboot [arguments...]
[-b] Reboot into bootloader
[-i] Reboot into ISP (1st stage bootloader)
[lock|unlock] Take/release the shutdown lock (for testing)
```
+
## sd_bench
+
Source: [systemcmds/sd_bench](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/sd_bench)
Test the speed of an SD Card
-
-### Usage
+### Usage {#sd_bench_usage}
+
```
sd_bench [arguments...]
[-b ] Block size for each read/write
@@ -508,12 +551,14 @@ sd_bench [arguments...]
[-U] Test performance with forced byte unaligned data
[-v] Verify data and block number
```
+
## sd_stress
+
Source: [systemcmds/sd_stress](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/sd_stress)
Test operations on an SD Card
-
-### Usage
+### Usage {#sd_stress_usage}
+
```
sd_stress [arguments...]
[-r ] Number of runs
@@ -521,15 +566,17 @@ sd_stress [arguments...]
[-b ] Number of bytes
default: 100
```
+
## serial_passthru
+
Source: [systemcmds/serial_passthru](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/serial_passthru)
Pass data from one device to another.
This can be used to use u-center connected to USB with a GPS on a serial port.
-
-### Usage
+### Usage {#serial_passthru_usage}
+
```
serial_passthru [arguments...]
-e External device path
@@ -540,7 +587,9 @@ serial_passthru [arguments...]
default: 115200
[-t] Track the External devices baudrate on internal device
```
+
## system_time
+
Source: [systemcmds/system_time](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/system_time)
@@ -556,8 +605,8 @@ system_time set 1600775044
system_time get
```
-
-### Usage
+### Usage {#system_time_usage}
+
```
system_time [arguments...]
Commands:
@@ -565,32 +614,38 @@ system_time [arguments...]
get Get the system time
```
+
## top
+
Source: [systemcmds/top](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/top)
Monitor running processes and their CPU, stack usage, priority and state
-
-### Usage
+### Usage {#top_usage}
+
```
top [arguments...]
once print load only once
```
+
## usb_connected
+
Source: [systemcmds/usb_connected](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/usb_connected)
Utility to check if USB is connected. Was previously used in startup scripts.
A return value of 0 means USB is connected, 1 otherwise.
-
-### Usage
+### Usage {#usb_connected_usage}
+
```
usb_connected [arguments...]
```
+
## ver
+
Source: [systemcmds/ver](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/ver)
Tool to print various version information
-
-### Usage
+### Usage {#ver_usage}
+
```
ver [arguments...]
Commands:
diff --git a/docs/en/modules/modules_communication.md b/docs/en/modules/modules_communication.md
index 45670a0018..840e9af3be 100644
--- a/docs/en/modules/modules_communication.md
+++ b/docs/en/modules/modules_communication.md
@@ -1,11 +1,14 @@
# Modules Reference: Communication
+
+
## frsky_telemetry
+
Source: [drivers/telemetry/frsky_telemetry](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/telemetry/frsky_telemetry)
FrSky Telemetry support. Auto-detects D or S.PORT protocol.
-
-### Usage
+### Usage {#frsky_telemetry_usage}
+
```
frsky_telemetry [arguments...]
Commands:
@@ -22,7 +25,9 @@ frsky_telemetry [arguments...]
status
```
+
## mavlink
+
Source: [modules/mavlink](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mavlink)
@@ -57,8 +62,8 @@ mavlink start -u 14556 -r 1000000
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
```
-
-### Usage
+### Usage {#mavlink_usage}
+
```
mavlink [arguments...]
Commands:
@@ -113,7 +118,9 @@ mavlink [arguments...]
boot_complete Enable sending of messages. (Must be) called as last step in
startup script.
```
+
## uorb
+
Source: [systemcmds/uorb](https://github.com/PX4/PX4-Autopilot/tree/main/src/systemcmds/uorb)
@@ -137,8 +144,8 @@ Monitor topic publication rates. Besides `top`, this is an important command for
uorb top
```
-
-### Usage
+### Usage {#uorb_usage}
+
```
uorb [arguments...]
Commands:
diff --git a/docs/en/modules/modules_controller.md b/docs/en/modules/modules_controller.md
index 580bb33b11..e09206b296 100644
--- a/docs/en/modules/modules_controller.md
+++ b/docs/en/modules/modules_controller.md
@@ -1,6 +1,9 @@
# Modules Reference: Controller
+
+
## airship_att_control
+
Source: [modules/airship_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/airship_att_control)
@@ -15,8 +18,8 @@ Currently it is feeding the `manual_control_setpoint` topic directly to the actu
To reduce control latency, the module directly polls on the gyro topic published by the IMU driver.
-
-### Usage
+### Usage {#airship_att_control_usage}
+
```
airship_att_control [arguments...]
Commands:
@@ -26,7 +29,9 @@ airship_att_control [arguments...]
status print status info
```
+
## control_allocator
+
Source: [modules/control_allocator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/control_allocator)
@@ -34,8 +39,8 @@ Source: [modules/control_allocator](https://github.com/PX4/PX4-Autopilot/tree/ma
This implements control allocation. It takes torque and thrust setpoints
as inputs and outputs actuator setpoint messages.
-
-### Usage
+### Usage {#control_allocator_usage}
+
```
control_allocator [arguments...]
Commands:
@@ -45,7 +50,9 @@ control_allocator [arguments...]
status print status info
```
+
## flight_mode_manager
+
Source: [modules/flight_mode_manager](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/flight_mode_manager)
@@ -54,8 +61,8 @@ This implements the setpoint generation for all modes. It takes the current mode
and outputs setpoints for controllers.
-
-### Usage
+### Usage {#flight_mode_manager_usage}
+
```
flight_mode_manager [arguments...]
Commands:
@@ -65,7 +72,9 @@ flight_mode_manager [arguments...]
status print status info
```
+
## fw_att_control
+
Source: [modules/fw_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_att_control)
@@ -73,8 +82,8 @@ Source: [modules/fw_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/
fw_att_control is the fixed wing attitude controller.
-
-### Usage
+### Usage {#fw_att_control_usage}
+
```
fw_att_control [arguments...]
Commands:
@@ -85,7 +94,9 @@ fw_att_control [arguments...]
status print status info
```
+
## fw_pos_control
+
Source: [modules/fw_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_pos_control)
@@ -93,8 +104,8 @@ Source: [modules/fw_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/
fw_pos_control is the fixed-wing position controller.
-
-### Usage
+### Usage {#fw_pos_control_usage}
+
```
fw_pos_control [arguments...]
Commands:
@@ -105,7 +116,9 @@ fw_pos_control [arguments...]
status print status info
```
+
## fw_rate_control
+
Source: [modules/fw_rate_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/fw_rate_control)
@@ -113,8 +126,8 @@ Source: [modules/fw_rate_control](https://github.com/PX4/PX4-Autopilot/tree/main
fw_rate_control is the fixed-wing rate controller.
-
-### Usage
+### Usage {#fw_rate_control_usage}
+
```
fw_rate_control [arguments...]
Commands:
@@ -125,7 +138,9 @@ fw_rate_control [arguments...]
status print status info
```
+
## mc_att_control
+
Source: [modules/mc_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_att_control)
@@ -143,8 +158,8 @@ Institute for Dynamic Systems and Control (IDSC), ETH Zurich
https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/154099/eth-7387-01.pdf
-
-### Usage
+### Usage {#mc_att_control_usage}
+
```
mc_att_control [arguments...]
Commands:
@@ -155,7 +170,9 @@ mc_att_control [arguments...]
status print status info
```
+
## mc_pos_control
+
Source: [modules/mc_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_pos_control)
@@ -167,8 +184,8 @@ Output of the velocity controller is thrust vector that is split to thrust direc
The controller doesn't use Euler angles for its work, they are generated only for more human-friendly control and
logging.
-
-### Usage
+### Usage {#mc_pos_control_usage}
+
```
mc_pos_control [arguments...]
Commands:
@@ -179,7 +196,9 @@ mc_pos_control [arguments...]
status print status info
```
+
## mc_rate_control
+
Source: [modules/mc_rate_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/mc_rate_control)
@@ -190,8 +209,8 @@ via `manual_control_setpoint` topic) as inputs and outputs actuator control mess
The controller has a PID loop for angular rate error.
-
-### Usage
+### Usage {#mc_rate_control_usage}
+
```
mc_rate_control [arguments...]
Commands:
@@ -202,7 +221,9 @@ mc_rate_control [arguments...]
status print status info
```
+
## navigator
+
Source: [modules/navigator](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/navigator)
@@ -219,8 +240,8 @@ Navigator publishes position setpoint triplets (`position_setpoint_triplet_s`),
controller.
-
-### Usage
+### Usage {#navigator_usage}
+
```
navigator [arguments...]
Commands:
@@ -234,15 +255,17 @@ navigator [arguments...]
status print status info
```
+
## rover_ackermann
+
Source: [modules/rover_ackermann](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_ackermann)
### Description
Rover ackermann module.
-
-### Usage
+### Usage {#rover_ackermann_usage}
+
```
rover_ackermann [arguments...]
Commands:
@@ -252,15 +275,17 @@ rover_ackermann [arguments...]
status print status info
```
+
## rover_differential
+
Source: [modules/rover_differential](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_differential)
### Description
Rover differential module.
-
-### Usage
+### Usage {#rover_differential_usage}
+
```
rover_differential [arguments...]
Commands:
@@ -270,15 +295,17 @@ rover_differential [arguments...]
status print status info
```
+
## rover_mecanum
+
Source: [modules/rover_mecanum](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_mecanum)
### Description
Rover mecanum module.
-
-### Usage
+### Usage {#rover_mecanum_usage}
+
```
rover_mecanum [arguments...]
Commands:
@@ -288,7 +315,9 @@ rover_mecanum [arguments...]
status print status info
```
+
## rover_pos_control
+
Source: [modules/rover_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/rover_pos_control)
@@ -313,8 +342,8 @@ rover_pos_control stop
```
-
-### Usage
+### Usage {#rover_pos_control_usage}
+
```
rover_pos_control [arguments...]
Commands:
@@ -324,7 +353,9 @@ rover_pos_control [arguments...]
status print status info
```
+
## spacecraft
+
Source: [modules/spacecraft](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/spacecraft)
@@ -333,8 +364,8 @@ Source: [modules/spacecraft](https://github.com/PX4/PX4-Autopilot/tree/main/src/
It takes torque and thrust setpoints as inputs and outputs
actuator setpoint messages.
-
-### Usage
+### Usage {#spacecraft_usage}
+
```
spacecraft [arguments...]
Commands:
@@ -344,7 +375,9 @@ spacecraft [arguments...]
status print status info
```
+
## uuv_att_control
+
Source: [modules/uuv_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/uuv_att_control)
@@ -368,8 +401,8 @@ uuv_att_control stop
```
-
-### Usage
+### Usage {#uuv_att_control_usage}
+
```
uuv_att_control [arguments...]
Commands:
@@ -379,7 +412,9 @@ uuv_att_control [arguments...]
status print status info
```
+
## uuv_pos_control
+
Source: [modules/uuv_pos_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/uuv_pos_control)
@@ -398,8 +433,8 @@ uuv_pos_control status
uuv_pos_control stop
```
-
-### Usage
+### Usage {#uuv_pos_control_usage}
+
```
uuv_pos_control [arguments...]
Commands:
@@ -409,15 +444,17 @@ uuv_pos_control [arguments...]
status print status info
```
+
## vtol_att_control
+
Source: [modules/vtol_att_control](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/vtol_att_control)
### Description
fw_att_control is the fixed wing attitude controller.
-
-### Usage
+### Usage {#vtol_att_control_usage}
+
```
vtol_att_control [arguments...]
Commands:
diff --git a/docs/en/modules/modules_driver.md b/docs/en/modules/modules_driver.md
index f41731b0f2..3c5f1966ff 100644
--- a/docs/en/modules/modules_driver.md
+++ b/docs/en/modules/modules_driver.md
@@ -1,21 +1,26 @@
# Modules Reference: Driver
+
Subcategories:
+
- [Airspeed Sensor](modules_driver_airspeed_sensor.md)
-- [Transponder](modules_driver_transponder.md)
-- [Imu](modules_driver_imu.md)
-- [Rpm Sensor](modules_driver_rpm_sensor.md)
-- [Magnetometer](modules_driver_magnetometer.md)
+- [Baro](modules_driver_baro.md)
- [Camera](modules_driver_camera.md)
- [Distance Sensor](modules_driver_distance_sensor.md)
-- [Optical Flow](modules_driver_optical_flow.md)
+- [Imu](modules_driver_imu.md)
- [Ins](modules_driver_ins.md)
-- [Baro](modules_driver_baro.md)
+- [Magnetometer](modules_driver_magnetometer.md)
+- [Optical Flow](modules_driver_optical_flow.md)
+- [Radio Control](modules_driver_radio_control.md)
+- [Rpm Sensor](modules_driver_rpm_sensor.md)
+- [Transponder](modules_driver_transponder.md)
+
## MCP23009
+
Source: [drivers/gpio/mcp23009](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/gpio/mcp23009)
-
-### Usage
+### Usage {#MCP23009_usage}
+
```
MCP23009 [arguments...]
Commands:
@@ -41,7 +46,9 @@ MCP23009 [arguments...]
status print status info
```
+
## adc
+
Source: [drivers/adc/board_adc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/adc/board_adc)
@@ -49,8 +56,8 @@ Source: [drivers/adc/board_adc](https://github.com/PX4/PX4-Autopilot/tree/main/s
ADC driver.
-
-### Usage
+### Usage {#adc_usage}
+
```
adc [arguments...]
Commands:
@@ -63,7 +70,9 @@ adc [arguments...]
status print status info
```
+
## ads1115
+
Source: [drivers/adc/ads1115](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/adc/ads1115)
@@ -81,8 +90,8 @@ parameter, and is disabled by default.
If enabled, internal ADCs are not used.
-
-### Usage
+### Usage {#ads1115_usage}
+
```
ads1115 [arguments...]
Commands:
@@ -100,7 +109,9 @@ ads1115 [arguments...]
status print status info
```
+
## atxxxx
+
Source: [drivers/osd/atxxxx](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/osd/atxxxx)
@@ -109,8 +120,8 @@ OSD driver for the ATXXXX chip that is mounted on the OmnibusF4SD board for exam
It can be enabled with the OSD_ATXXXX_CFG parameter.
-
-### Usage
+### Usage {#atxxxx_usage}
+
```
atxxxx [arguments...]
Commands:
@@ -128,7 +139,9 @@ atxxxx [arguments...]
status print status info
```
+
## batmon
+
Source: [drivers/smart_battery/batmon](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/smart_battery/batmon)
@@ -142,8 +155,8 @@ batmon start -X -a 11 -b 4
```
-
-### Usage
+### Usage {#batmon_usage}
+
```
batmon [arguments...]
Commands:
@@ -167,7 +180,9 @@ batmon [arguments...]
status print status info
```
+
## batt_smbus
+
Source: [drivers/batt_smbus](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/batt_smbus)
@@ -181,8 +196,8 @@ batt_smbus -X write_flash 19069 2 27 0
```
-
-### Usage
+### Usage {#batt_smbus_usage}
+
```
batt_smbus [arguments...]
Commands:
@@ -217,11 +232,13 @@ batt_smbus [arguments...]
status print status info
```
+
## bst
+
Source: [drivers/telemetry/bst](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/telemetry/bst)
-
-### Usage
+### Usage {#bst_usage}
+
```
bst [arguments...]
Commands:
@@ -239,28 +256,9 @@ bst [arguments...]
status print status info
```
-## crsf_rc
-Source: [drivers/rc/crsf_rc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rc/crsf_rc)
-
-### Description
-This module parses the CRSF RC uplink protocol and generates CRSF downlink telemetry data
-
-
-
-### Usage
-```
-crsf_rc [arguments...]
- Commands:
- start
- [-d ] RC device
- values: , default: /dev/ttyS3
-
- stop
-
- status print status info
-```
## dshot
+
Source: [drivers/dshot](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/dshot)
@@ -284,8 +282,8 @@ dshot save -m 1
```
After saving, the reversed direction will be regarded as the normal one. So to reverse again repeat the same commands.
-
-### Usage
+### Usage {#dshot_usage}
+
```
dshot [arguments...]
Commands:
@@ -331,38 +329,17 @@ dshot [arguments...]
status print status info
```
-## dsm_rc
-Source: [drivers/rc/dsm_rc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rc/dsm_rc)
-
-### Description
-This module does Spektrum DSM RC input parsing.
-
-
-
-### Usage
-```
-dsm_rc [arguments...]
- Commands:
- start
- [-d ] RC device
- values: , default: /dev/ttyS3
-
- bind Send a DSM bind command (module must be running)
-
- stop
-
- status print status info
-```
## fake_gps
+
Source: [examples/fake_gps](https://github.com/PX4/PX4-Autopilot/tree/main/src/examples/fake_gps)
### Description
-
-### Usage
+### Usage {#fake_gps_usage}
+
```
fake_gps [arguments...]
Commands:
@@ -372,15 +349,17 @@ fake_gps [arguments...]
status print status info
```
+
## fake_imu
+
Source: [examples/fake_imu](https://github.com/PX4/PX4-Autopilot/tree/main/src/examples/fake_imu)
### Description
-
-### Usage
+### Usage {#fake_imu_usage}
+
```
fake_imu [arguments...]
Commands:
@@ -390,7 +369,9 @@ fake_imu [arguments...]
status print status info
```
+
## fake_magnetometer
+
Source: [examples/fake_magnetometer](https://github.com/PX4/PX4-Autopilot/tree/main/src/examples/fake_magnetometer)
@@ -398,8 +379,8 @@ Source: [examples/fake_magnetometer](https://github.com/PX4/PX4-Autopilot/tree/m
Publish the earth magnetic field as a fake magnetometer (sensor_mag).
Requires vehicle_attitude and vehicle_gps_position.
-
-### Usage
+### Usage {#fake_magnetometer_usage}
+
```
fake_magnetometer [arguments...]
Commands:
@@ -409,7 +390,9 @@ fake_magnetometer [arguments...]
status print status info
```
+
## ft_technologies_serial
+
Source: [drivers/wind_sensor/ft_technologies](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/wind_sensor/ft_technologies)
@@ -431,8 +414,8 @@ Stop driver
ft_technologies_serial stop
```
-
-### Usage
+### Usage {#ft_technologies_serial_usage}
+
```
ft_technologies_serial [arguments...]
Commands:
@@ -441,28 +424,9 @@ ft_technologies_serial [arguments...]
stop Stop driver
```
-## ghst_rc
-Source: [drivers/rc/ghst_rc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rc/ghst_rc)
-
-### Description
-This module does Ghost (GHST) RC input parsing.
-
-
-
-### Usage
-```
-ghst_rc [arguments...]
- Commands:
- start
- [-d ] RC device
- values: , default: /dev/ttyS3
-
- stop
-
- status print status info
-```
## gimbal
+
Source: [modules/gimbal](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/gimbal)
@@ -478,8 +442,8 @@ Test the output by setting a angles (all omitted axes are set to 0):
gimbal test pitch -45 yaw 30
```
-
-### Usage
+### Usage {#gimbal_usage}
+
```
gimbal [arguments...]
Commands:
@@ -500,7 +464,9 @@ gimbal [arguments...]
status print status info
```
+
## gps
+
Source: [drivers/gps](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/gps)
@@ -528,8 +494,8 @@ Initiate warm restart of GPS device
gps reset warm
```
-
-### Usage
+### Usage {#gps_usage}
+
```
gps [arguments...]
Commands:
@@ -556,15 +522,17 @@ gps [arguments...]
reset Reset GPS device
cold|warm|hot Specify reset type
```
+
## gz_bridge
+
Source: [modules/simulation/gz_bridge](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/gz_bridge)
### Description
-
-### Usage
+### Usage {#gz_bridge_usage}
+
```
gz_bridge [arguments...]
Commands:
@@ -576,7 +544,9 @@ gz_bridge [arguments...]
status print status info
```
+
## ina220
+
Source: [drivers/power_monitor/ina220](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/ina220)
@@ -593,8 +563,8 @@ every 0.5 seconds. With this flag set, you can plug in a battery after the drive
this flag set, the battery must be plugged in before starting the driver.
-
-### Usage
+### Usage {#ina220_usage}
+
```
ina220 [arguments...]
Commands:
@@ -617,7 +587,9 @@ ina220 [arguments...]
status print status info
```
+
## ina226
+
Source: [drivers/power_monitor/ina226](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/ina226)
@@ -634,8 +606,8 @@ every 0.5 seconds. With this flag set, you can plug in a battery after the drive
this flag set, the battery must be plugged in before starting the driver.
-
-### Usage
+### Usage {#ina226_usage}
+
```
ina226 [arguments...]
Commands:
@@ -656,7 +628,9 @@ ina226 [arguments...]
status print status info
```
+
## ina228
+
Source: [drivers/power_monitor/ina228](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/ina228)
@@ -673,8 +647,8 @@ every 0.5 seconds. With this flag set, you can plug in a battery after the drive
this flag set, the battery must be plugged in before starting the driver.
-
-### Usage
+### Usage {#ina228_usage}
+
```
ina228 [arguments...]
Commands:
@@ -695,7 +669,9 @@ ina228 [arguments...]
status print status info
```
+
## ina238
+
Source: [drivers/power_monitor/ina238](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/ina238)
@@ -712,8 +688,8 @@ every 0.5 seconds. With this flag set, you can plug in a battery after the drive
this flag set, the battery must be plugged in before starting the driver.
-
-### Usage
+### Usage {#ina238_usage}
+
```
ina238 [arguments...]
Commands:
@@ -734,7 +710,9 @@ ina238 [arguments...]
status print status info
```
+
## iridiumsbd
+
Source: [drivers/telemetry/iridiumsbd](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/telemetry/iridiumsbd)
@@ -743,8 +721,8 @@ IridiumSBD driver.
Creates a virtual serial port that another module can use for communication (e.g. mavlink).
-
-### Usage
+### Usage {#iridiumsbd_usage}
+
```
iridiumsbd [arguments...]
Commands:
@@ -760,11 +738,13 @@ iridiumsbd [arguments...]
status print status info
```
+
## irlock
+
Source: [drivers/irlock](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/irlock)
-
-### Usage
+### Usage {#irlock_usage}
+
```
irlock [arguments...]
Commands:
@@ -782,15 +762,17 @@ irlock [arguments...]
status print status info
```
+
## linux_pwm_out
+
Source: [drivers/linux_pwm_out](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/linux_pwm_out)
### Description
Linux PWM output driver with board-specific backend implementation.
-
-### Usage
+### Usage {#linux_pwm_out_usage}
+
```
linux_pwm_out [arguments...]
Commands:
@@ -800,11 +782,13 @@ linux_pwm_out [arguments...]
status print status info
```
+
## lsm303agr
+
Source: [drivers/magnetometer/lsm303agr](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/magnetometer/lsm303agr)
-
-### Usage
+### Usage {#lsm303agr_usage}
+
```
lsm303agr [arguments...]
Commands:
@@ -824,7 +808,9 @@ lsm303agr [arguments...]
status print status info
```
+
## msp_osd
+
Source: [drivers/osd/msp_osd](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/osd/msp_osd)
@@ -841,8 +827,8 @@ msp_osd
```
-
-### Usage
+### Usage {#msp_osd_usage}
+
```
msp_osd [arguments...]
Commands:
@@ -850,7 +836,9 @@ msp_osd [arguments...]
status print status info
```
+
## newpixel
+
Source: [drivers/lights/neopixel](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/neopixel)
@@ -864,8 +852,8 @@ neopixel -n 8
```
To drive all available leds.
-
-### Usage
+### Usage {#newpixel_usage}
+
```
newpixel [arguments...]
Commands:
@@ -873,11 +861,13 @@ newpixel [arguments...]
status print status info
```
+
## paa3905
+
Source: [drivers/optical_flow/paa3905](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/optical_flow/paa3905)
-
-### Usage
+### Usage {#paa3905_usage}
+
```
paa3905 [arguments...]
Commands:
@@ -897,11 +887,13 @@ paa3905 [arguments...]
status print status info
```
+
## paw3902
+
Source: [drivers/optical_flow/paw3902](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/optical_flow/paw3902)
-
-### Usage
+### Usage {#paw3902_usage}
+
```
paw3902 [arguments...]
Commands:
@@ -921,7 +913,9 @@ paw3902 [arguments...]
status print status info
```
+
## pca9685_pwm_out
+
Source: [drivers/pca9685_pwm_out](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/pca9685_pwm_out)
@@ -941,8 +935,8 @@ pca9685_pwm_out start -a 0x40 -b 1
```
-
-### Usage
+### Usage {#pca9685_pwm_out_usage}
+
```
pca9685_pwm_out [arguments...]
Commands:
@@ -956,7 +950,9 @@ pca9685_pwm_out [arguments...]
status print status info
```
+
## pm_selector_auterion
+
Source: [drivers/power_monitor/pm_selector_auterion](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/pm_selector_auterion)
@@ -964,8 +960,8 @@ Source: [drivers/power_monitor/pm_selector_auterion](https://github.com/PX4/PX4-
Driver for starting and auto-detecting different power monitors.
-
-### Usage
+### Usage {#pm_selector_auterion_usage}
+
```
pm_selector_auterion [arguments...]
Commands:
@@ -975,11 +971,13 @@ pm_selector_auterion [arguments...]
status print status info
```
+
## pmw3901
+
Source: [drivers/optical_flow/pmw3901](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/optical_flow/pmw3901)
-
-### Usage
+### Usage {#pmw3901_usage}
+
```
pmw3901 [arguments...]
Commands:
@@ -999,7 +997,9 @@ pmw3901 [arguments...]
status print status info
```
+
## pps_capture
+
Source: [drivers/pps_capture](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/pps_capture)
@@ -1007,8 +1007,8 @@ Source: [drivers/pps_capture](https://github.com/PX4/PX4-Autopilot/tree/main/src
This implements capturing PPS information from the GNSS module and calculates the drift between PPS and Real-time clock.
-
-### Usage
+### Usage {#pps_capture_usage}
+
```
pps_capture [arguments...]
Commands:
@@ -1018,7 +1018,9 @@ pps_capture [arguments...]
status print status info
```
+
## pwm_out
+
Source: [drivers/pwm_out](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/pwm_out)
@@ -1028,8 +1030,8 @@ This module is responsible for driving the output pins. For boards without a sep
px4io driver is used for main ones.
-
-### Usage
+### Usage {#pwm_out_usage}
+
```
pwm_out [arguments...]
Commands:
@@ -1039,7 +1041,9 @@ pwm_out [arguments...]
status print status info
```
+
## pwm_out_sim
+
Source: [modules/simulation/pwm_out_sim](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/simulation/pwm_out_sim)
@@ -1053,8 +1057,8 @@ mix them with any loaded mixer and output the result to the
It is used in SITL and HITL.
-
-### Usage
+### Usage {#pwm_out_sim_usage}
+
```
pwm_out_sim [arguments...]
Commands:
@@ -1066,11 +1070,13 @@ pwm_out_sim [arguments...]
status print status info
```
+
## px4flow
+
Source: [drivers/optical_flow/px4flow](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/optical_flow/px4flow)
-
-### Usage
+### Usage {#px4flow_usage}
+
```
px4flow [arguments...]
Commands:
@@ -1088,15 +1094,17 @@ px4flow [arguments...]
status print status info
```
+
## px4io
+
Source: [drivers/px4io](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/px4io)
### Description
Output driver communicating with the IO co-processor.
-
-### Usage
+### Usage {#px4io_usage}
+
```
px4io [arguments...]
Commands:
@@ -1128,40 +1136,13 @@ px4io [arguments...]
status print status info
```
-## rc_input
-Source: [drivers/rc_input](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rc_input)
-
-### Description
-This module does the RC input parsing and auto-selecting the method. Supported methods are:
-- PPM
-- SBUS
-- DSM
-- SUMD
-- ST24
-- TBS Crossfire (CRSF)
-
-
-
-### Usage
-```
-rc_input [arguments...]
- Commands:
- start
- [-d ] RC device
- values: , default: /dev/ttyS3
-
- bind Send a DSM bind command (module must be running)
-
- stop
-
- status print status info
-```
## rgbled
+
Source: [drivers/lights/rgbled_ncp5623c](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/rgbled_ncp5623c)
-
-### Usage
+### Usage {#rgbled_usage}
+
```
rgbled [arguments...]
Commands:
@@ -1181,11 +1162,13 @@ rgbled [arguments...]
status print status info
```
+
## rgbled_is31fl3195
+
Source: [drivers/lights/rgbled_is31fl3195](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/rgbled_is31fl3195)
-
-### Usage
+### Usage {#rgbled_is31fl3195_usage}
+
```
rgbled_is31fl3195 [arguments...]
Commands:
@@ -1207,7 +1190,9 @@ rgbled_is31fl3195 [arguments...]
status print status info
```
+
## rgbled_lp5562
+
Source: [drivers/lights/rgbled_lp5562](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/lights/rgbled_lp5562)
@@ -1218,8 +1203,8 @@ This used in some GPS modules by Holybro for [PX4 status notification](../gettin
The driver is included by default in firmware (KConfig key DRIVERS_LIGHTS_RGBLED_LP5562) and is always enabled.
-
-### Usage
+### Usage {#rgbled_lp5562_usage}
+
```
rgbled_lp5562 [arguments...]
Commands:
@@ -1239,7 +1224,9 @@ rgbled_lp5562 [arguments...]
status print status info
```
+
## roboclaw
+
Source: [drivers/roboclaw](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/roboclaw)
@@ -1258,8 +1245,8 @@ the address `RBCLW_ADDRESS` needs to match the ESC configuration.
The command to start this driver is: `$ roboclaw start `
-
-### Usage
+### Usage {#roboclaw_usage}
+
```
roboclaw [arguments...]
Commands:
@@ -1269,11 +1256,13 @@ roboclaw [arguments...]
status print status info
```
+
## rpm_capture
+
Source: [drivers/rpm_capture](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rpm_capture)
-
-### Usage
+### Usage {#rpm_capture_usage}
+
```
rpm_capture [arguments...]
Commands:
@@ -1283,7 +1272,9 @@ rpm_capture [arguments...]
status print status info
```
+
## safety_button
+
Source: [drivers/safety_button](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/safety_button)
@@ -1292,8 +1283,8 @@ This module is responsible for the safety button.
Pressing the safety button 3 times quickly will trigger a GCS pairing request.
-
-### Usage
+### Usage {#safety_button_usage}
+
```
safety_button [arguments...]
Commands:
@@ -1303,28 +1294,9 @@ safety_button [arguments...]
status print status info
```
-## sbus_rc
-Source: [drivers/rc/sbus_rc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/rc/sbus_rc)
-
-### Description
-This module does SBUS RC input parsing.
-
-
-
-### Usage
-```
-sbus_rc [arguments...]
- Commands:
- start
- [-d ] RC device
- values: , default: /dev/ttyS3
-
- stop
-
- status print status info
-```
## septentrio
+
Source: [drivers/gnss/septentrio](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/gnss/septentrio)
@@ -1353,8 +1325,8 @@ Perform warm reset of the receivers:
gps reset warm
```
-
-### Usage
+### Usage {#septentrio_usage}
+
```
septentrio [arguments...]
Commands:
@@ -1375,7 +1347,9 @@ septentrio [arguments...]
reset Reset connected receiver
cold|warm|hot Specify reset type
```
+
## sht3x
+
Source: [drivers/hygrometer/sht3x](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/hygrometer/sht3x)
@@ -1405,8 +1379,8 @@ sht3x reset
Reinitialize senzor, reset flags
-
-### Usage
+### Usage {#sht3x_usage}
+
```
sht3x [arguments...]
Commands:
@@ -1429,7 +1403,9 @@ sht3x [arguments...]
reset Reinitialize sensor
```
+
## tap_esc
+
Source: [drivers/tap_esc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/tap_esc)
@@ -1451,8 +1427,8 @@ The module is typically started with:
tap_esc start -d /dev/ttyS2 -n <1-8>
```
-
-### Usage
+### Usage {#tap_esc_usage}
+
```
tap_esc [arguments...]
Commands:
@@ -1462,7 +1438,9 @@ tap_esc [arguments...]
[-n ] Number of ESCs
default: 4
```
+
## tone_alarm
+
Source: [drivers/tone_alarm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/tone_alarm)
@@ -1470,8 +1448,8 @@ Source: [drivers/tone_alarm](https://github.com/PX4/PX4-Autopilot/tree/main/src/
This module is responsible for the tone alarm.
-
-### Usage
+### Usage {#tone_alarm_usage}
+
```
tone_alarm [arguments...]
Commands:
@@ -1481,7 +1459,9 @@ tone_alarm [arguments...]
status print status info
```
+
## uwb
+
Source: [drivers/uwb/uwb_sr150](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/uwb/uwb_sr150)
@@ -1498,8 +1478,8 @@ Start the driver with a given device:
uwb start -d /dev/ttyS2
```
-
-### Usage
+### Usage {#uwb_usage}
+
```
uwb [arguments...]
Commands:
@@ -1513,11 +1493,13 @@ uwb [arguments...]
status
```
+
## vertiq_io
+
Source: [drivers/actuators/vertiq_io](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/actuators/vertiq_io)
-
-### Usage
+### Usage {#vertiq_io_usage}
+
```
vertiq_io [arguments...]
Commands:
@@ -1528,7 +1510,9 @@ vertiq_io [arguments...]
status print status info
```
+
## voxl2_io
+
Source: [drivers/voxl2_io](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/voxl2_io)
@@ -1538,8 +1522,8 @@ This module is responsible for driving the output pins. For boards without a sep
px4io driver is used for main ones.
-
-### Usage
+### Usage {#voxl2_io_usage}
+
```
voxl2_io [arguments...]
Commands:
@@ -1557,7 +1541,9 @@ voxl2_io [arguments...]
status print status info
```
+
## voxl_esc
+
Source: [drivers/actuators/voxl_esc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/actuators/voxl_esc)
@@ -1574,8 +1560,8 @@ todo
```
-
-### Usage
+### Usage {#voxl_esc_usage}
+
```
voxl_esc [arguments...]
Commands:
@@ -1616,11 +1602,13 @@ voxl_esc [arguments...]
status print status info
```
+
## voxlpm
+
Source: [drivers/power_monitor/voxlpm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/power_monitor/voxlpm)
-
-### Usage
+### Usage {#voxlpm_usage}
+
```
voxlpm [arguments...]
start
@@ -1640,7 +1628,9 @@ voxlpm [arguments...]
status print status info
```
+
## zenoh
+
Source: [modules/zenoh](https://github.com/PX4/PX4-Autopilot/tree/main/src/modules/zenoh)
@@ -1648,8 +1638,8 @@ Source: [modules/zenoh](https://github.com/PX4/PX4-Autopilot/tree/main/src/modul
Zenoh demo bridge
-
-### Usage
+### Usage {#zenoh_usage}
+
```
zenoh [arguments...]
Commands:
diff --git a/docs/en/modules/modules_driver_airspeed_sensor.md b/docs/en/modules/modules_driver_airspeed_sensor.md
index 2aede657f5..a1545bfe53 100644
--- a/docs/en/modules/modules_driver_airspeed_sensor.md
+++ b/docs/en/modules/modules_driver_airspeed_sensor.md
@@ -1,5 +1,7 @@
# Modules Reference: Airspeed Sensor (Driver)
+
## asp5033
+
Source: [drivers/differential_pressure/asp5033](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/asp5033)
@@ -11,8 +13,8 @@ This is not included by default in firmware. It can be included with terminal co
or in default.px4board with adding the line: "CONFIG_DRIVERS_DIFFERENTIAL_PRESSURE_ASP5033=y"
It can be enabled with the "SENS_EN_ASP5033" parameter set to 1.
-
-### Usage
+### Usage {#asp5033_usage}
+
```
asp5033 [arguments...]
Commands:
@@ -30,11 +32,13 @@ asp5033 [arguments...]
status print status info
```
+
## auav
+
Source: [drivers/differential_pressure/auav](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/auav)
-
-### Usage
+### Usage {#auav_usage}
+
```
auav [arguments...]
Commands:
@@ -54,11 +58,13 @@ auav [arguments...]
status print status info
```
+
## ets_airspeed
+
Source: [drivers/differential_pressure/ets](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/ets)
-
-### Usage
+### Usage {#ets_airspeed_usage}
+
```
ets_airspeed [arguments...]
Commands:
@@ -76,11 +82,13 @@ ets_airspeed [arguments...]
status print status info
```
+
## ms4515
+
Source: [drivers/differential_pressure/ms4515](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/ms4515)
-
-### Usage
+### Usage {#ms4515_usage}
+
```
ms4515 [arguments...]
Commands:
@@ -98,11 +106,13 @@ ms4515 [arguments...]
status print status info
```
+
## ms4525do
+
Source: [drivers/differential_pressure/ms4525do](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/ms4525do)
-
-### Usage
+### Usage {#ms4525do_usage}
+
```
ms4525do [arguments...]
Commands:
@@ -120,11 +130,13 @@ ms4525do [arguments...]
status print status info
```
+
## ms5525dso
+
Source: [drivers/differential_pressure/ms5525dso](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/ms5525dso)
-
-### Usage
+### Usage {#ms5525dso_usage}
+
```
ms5525dso [arguments...]
Commands:
@@ -142,11 +154,13 @@ ms5525dso [arguments...]
status print status info
```
+
## sdp3x
+
Source: [drivers/differential_pressure/sdp3x](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/sdp3x)
-
-### Usage
+### Usage {#sdp3x_usage}
+
```
sdp3x [arguments...]
Commands:
diff --git a/docs/en/modules/modules_driver_baro.md b/docs/en/modules/modules_driver_baro.md
index d54acc9201..be32c800ed 100644
--- a/docs/en/modules/modules_driver_baro.md
+++ b/docs/en/modules/modules_driver_baro.md
@@ -1,9 +1,11 @@
# Modules Reference: Baro (Driver)
+
## bmp280
+
Source: [drivers/barometer/bmp280](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/bmp280)
-
-### Usage
+### Usage {#bmp280_usage}
+
```
bmp280 [arguments...]
Commands:
@@ -33,11 +35,13 @@ bmp280 [arguments...]
status print status info
```
+
## bmp388
+
Source: [drivers/barometer/bmp388](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/bmp388)
-
-### Usage
+### Usage {#bmp388_usage}
+
```
bmp388 [arguments...]
Commands:
@@ -59,11 +63,13 @@ bmp388 [arguments...]
status print status info
```
+
## bmp581
+
Source: [drivers/barometer/bmp581](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/bmp581)
-
-### Usage
+### Usage {#bmp581_usage}
+
```
bmp581 [arguments...]
Commands:
@@ -85,11 +91,13 @@ bmp581 [arguments...]
status print status info
```
+
## dps310
+
Source: [drivers/barometer/dps310](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/dps310)
-
-### Usage
+### Usage {#dps310_usage}
+
```
dps310 [arguments...]
Commands:
@@ -119,11 +127,13 @@ dps310 [arguments...]
status print status info
```
+
## icp101xx
+
Source: [drivers/barometer/invensense/icp101xx](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/invensense/icp101xx)
-
-### Usage
+### Usage {#icp101xx_usage}
+
```
icp101xx [arguments...]
Commands:
@@ -141,11 +151,13 @@ icp101xx [arguments...]
status print status info
```
+
## icp201xx
+
Source: [drivers/barometer/invensense/icp201xx](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/invensense/icp201xx)
-
-### Usage
+### Usage {#icp201xx_usage}
+
```
icp201xx [arguments...]
Commands:
@@ -163,11 +175,13 @@ icp201xx [arguments...]
status print status info
```
+
## lps22hb
+
Source: [drivers/barometer/lps22hb](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/lps22hb)
-
-### Usage
+### Usage {#lps22hb_usage}
+
```
lps22hb [arguments...]
Commands:
@@ -187,11 +201,13 @@ lps22hb [arguments...]
status print status info
```
+
## lps25h
+
Source: [drivers/barometer/lps25h](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/lps25h)
-
-### Usage
+### Usage {#lps25h_usage}
+
```
lps25h [arguments...]
Commands:
@@ -211,11 +227,13 @@ lps25h [arguments...]
status print status info
```
+
## lps33hw
+
Source: [drivers/barometer/lps33hw](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/lps33hw)
-
-### Usage
+### Usage {#lps33hw_usage}
+
```
lps33hw [arguments...]
Commands:
@@ -238,11 +256,13 @@ lps33hw [arguments...]
status print status info
```
+
## mpc2520
+
Source: [drivers/barometer/maiertek/mpc2520](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/maiertek/mpc2520)
-
-### Usage
+### Usage {#mpc2520_usage}
+
```
mpc2520 [arguments...]
Commands:
@@ -260,11 +280,13 @@ mpc2520 [arguments...]
status print status info
```
+
## mpl3115a2
+
Source: [drivers/barometer/mpl3115a2](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/mpl3115a2)
-
-### Usage
+### Usage {#mpl3115a2_usage}
+
```
mpl3115a2 [arguments...]
Commands:
@@ -282,11 +304,13 @@ mpl3115a2 [arguments...]
status print status info
```
+
## ms5611
+
Source: [drivers/barometer/ms5611](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/ms5611)
-
-### Usage
+### Usage {#ms5611_usage}
+
```
ms5611 [arguments...]
Commands:
@@ -316,11 +340,13 @@ ms5611 [arguments...]
status print status info
```
+
## ms5837
+
Source: [drivers/barometer/ms5837](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/ms5837)
-
-### Usage
+### Usage {#ms5837_usage}
+
```
ms5837 [arguments...]
Commands:
@@ -336,11 +362,13 @@ ms5837 [arguments...]
status print status info
```
+
## spa06
+
Source: [drivers/barometer/goertek/spa06](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/goertek/spa06)
-
-### Usage
+### Usage {#spa06_usage}
+
```
spa06 [arguments...]
Commands:
@@ -370,11 +398,13 @@ spa06 [arguments...]
status print status info
```
+
## spl06
+
Source: [drivers/barometer/goertek/spl06](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/barometer/goertek/spl06)
-
-### Usage
+### Usage {#spl06_usage}
+
```
spl06 [arguments...]
Commands:
diff --git a/docs/en/modules/modules_driver_camera.md b/docs/en/modules/modules_driver_camera.md
index a214259a98..58f3cfb45d 100644
--- a/docs/en/modules/modules_driver_camera.md
+++ b/docs/en/modules/modules_driver_camera.md
@@ -1,5 +1,7 @@
# Modules Reference: Camera (Driver)
+
## camera_trigger
+
Source: [drivers/camera_trigger](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/camera_trigger)
@@ -33,8 +35,8 @@ In particular:
[Setup/usage information](../camera/index.md).
-
-### Usage
+### Usage {#camera_trigger_usage}
+
```
camera_trigger [arguments...]
Commands:
diff --git a/docs/en/modules/modules_driver_distance_sensor.md b/docs/en/modules/modules_driver_distance_sensor.md
index 96c88fc6fc..6d34f31794 100644
--- a/docs/en/modules/modules_driver_distance_sensor.md
+++ b/docs/en/modules/modules_driver_distance_sensor.md
@@ -1,5 +1,7 @@
# Modules Reference: Distance Sensor (Driver)
+
## afbrs50
+
Source: [drivers/distance_sensor/broadcom/afbrs50](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/broadcom/afbrs50)
@@ -18,8 +20,8 @@ Stop driver
afbrs50 stop
```
-
-### Usage
+### Usage {#afbrs50_usage}
+
```
afbrs50 [arguments...]
Commands:
@@ -32,11 +34,13 @@ afbrs50 [arguments...]
stop Stop driver
```
+
## gy_us42
+
Source: [drivers/distance_sensor/gy_us42](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/gy_us42)
-
-### Usage
+### Usage {#gy_us42_usage}
+
```
gy_us42 [arguments...]
Commands:
@@ -54,7 +58,9 @@ gy_us42 [arguments...]
status print status info
```
+
## leddar_one
+
Source: [drivers/distance_sensor/leddar_one](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/leddar_one)
@@ -77,8 +83,8 @@ Stop driver
leddar_one stop
```
-
-### Usage
+### Usage {#leddar_one_usage}
+
```
leddar_one [arguments...]
Commands:
@@ -89,7 +95,9 @@ leddar_one [arguments...]
stop Stop driver
```
+
## lightware_laser_i2c
+
Source: [drivers/distance_sensor/lightware_laser_i2c](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_laser_i2c)
@@ -99,8 +107,8 @@ I2C bus driver for Lightware SFxx series LIDAR rangefinders: SF10/a, SF10/b, SF1
Setup/usage information: https://docs.px4.io/main/en/sensor/sfxx_lidar.html
-
-### Usage
+### Usage {#lightware_laser_i2c_usage}
+
```
lightware_laser_i2c [arguments...]
Commands:
@@ -120,7 +128,9 @@ lightware_laser_i2c [arguments...]
status print status info
```
+
## lightware_laser_serial
+
Source: [drivers/distance_sensor/lightware_laser_serial](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_laser_serial)
@@ -143,8 +153,8 @@ Stop driver
lightware_laser_serial stop
```
-
-### Usage
+### Usage {#lightware_laser_serial_usage}
+
```
lightware_laser_serial [arguments...]
Commands:
@@ -155,7 +165,9 @@ lightware_laser_serial [arguments...]
stop Stop driver
```
+
## lightware_sf45_serial
+
Source: [drivers/distance_sensor/lightware_sf45_serial](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/lightware_sf45_serial)
@@ -175,8 +187,8 @@ Stop driver
lightware_sf45_serial stop
```
-
-### Usage
+### Usage {#lightware_sf45_serial_usage}
+
```
lightware_sf45_serial [arguments...]
Commands:
@@ -185,7 +197,9 @@ lightware_sf45_serial [arguments...]
stop Stop driver
```
+
## ll40ls
+
Source: [drivers/distance_sensor/ll40ls_pwm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls_pwm)
@@ -197,8 +211,8 @@ The sensor/driver must be enabled using the parameter SENS_EN_LL40LS.
Setup/usage information: https://docs.px4.io/main/en/sensor/lidar_lite.html
-
-### Usage
+### Usage {#ll40ls_usage}
+
```
ll40ls [arguments...]
Commands:
@@ -210,11 +224,13 @@ ll40ls