mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
New Crowdin translations - zh-CN (#24854)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
子分类
|
||||
|
||||
- [Imu](modules_driver_imu.md)
|
||||
- [Distance Sensor](modules_driver_distance_sensor.md)
|
||||
- [Ins](modules_driver_ins.md)
|
||||
- [Airspeed Sensor](modules_driver_airspeed_sensor.md)
|
||||
- [Baro](modules_driver_baro.md)
|
||||
- [Transponder](modules_driver_transponder.md)
|
||||
- [Imu](modules_driver_imu.md)
|
||||
- [Rpm Sensor](modules_driver_rpm_sensor.md)
|
||||
- [Optical Flow](modules_driver_optical_flow.md)
|
||||
- [Camera](modules_driver_camera.md)
|
||||
- [Magnetometer](modules_driver_magnetometer.md)
|
||||
- [Camera](modules_driver_camera.md)
|
||||
- [Distance Sensor](modules_driver_distance_sensor.md)
|
||||
- [Optical Flow](modules_driver_optical_flow.md)
|
||||
- [Ins](modules_driver_ins.md)
|
||||
- [Baro](modules_driver_baro.md)
|
||||
|
||||
## MCP23009
|
||||
|
||||
|
||||
@@ -218,11 +218,11 @@ lightware_sf45_serial <command> [arguments...]
|
||||
|
||||
## ll40ls
|
||||
|
||||
Source: [drivers/distance_sensor/ll40ls](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls)
|
||||
Source: [drivers/distance_sensor/ll40ls_pwm](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/distance_sensor/ll40ls_pwm)
|
||||
|
||||
### 描述
|
||||
|
||||
源码:<a href="https://github.com/PX4/Firmware/tree/master/src/drivers/distance_sensor/pga460">drivers/distance_sensor/pga460</a>
|
||||
PWM driver for LidarLite rangefinders.
|
||||
|
||||
超声笔测距仪驱动,负责处理与设备的用心并通过 uORB 将距离信息发布出去。
|
||||
|
||||
@@ -235,23 +235,13 @@ Setup/usage information: https://docs.px4.io/main/en/sensor/lidar_lite.html
|
||||
```
|
||||
ll40ls <command> [arguments...]
|
||||
Commands:
|
||||
start
|
||||
[-I] Internal I2C bus(es)
|
||||
[-X] External I2C bus(es)
|
||||
[-b <val>] board-specific bus (default=all) (external SPI: n-th bus
|
||||
(default=1))
|
||||
[-f <val>] bus frequency in kHz
|
||||
[-q] quiet startup (no message if no device found)
|
||||
[-a <val>] I2C address
|
||||
default: 98
|
||||
start Start driver
|
||||
[-R <val>] Sensor rotation - downward facing by default
|
||||
default: 25
|
||||
|
||||
regdump
|
||||
status Print driver status information
|
||||
|
||||
stop
|
||||
|
||||
status print status info
|
||||
stop Stop driver
|
||||
```
|
||||
|
||||
## pga460
|
||||
@@ -503,8 +493,6 @@ tfmini <command> [arguments...]
|
||||
|
||||
stop Stop driver
|
||||
|
||||
test Test driver (basic functional tests)
|
||||
|
||||
status Print driver status
|
||||
```
|
||||
|
||||
|
||||
@@ -225,38 +225,6 @@ ist8310 <command> [arguments...]
|
||||
status print status info
|
||||
```
|
||||
|
||||
## iis2mdc
|
||||
|
||||
Source: [drivers/magnetometer/iis2mdc](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/magnetometer/iis2mdc)
|
||||
|
||||
<a id="iis2mdc_usage"></a>
|
||||
|
||||
### 用法
|
||||
|
||||
```
|
||||
iis2mdc <command> [arguments...]
|
||||
Commands:
|
||||
start
|
||||
[-I] Internal I2C bus(es)
|
||||
[-X] External I2C bus(es)
|
||||
[-s] Internal SPI bus(es)
|
||||
[-S] External SPI bus(es)
|
||||
[-b <val>] board-specific bus (default=all) (external SPI: n-th bus
|
||||
(default=1))
|
||||
[-c <val>] chip-select pin (for internal SPI) or index (for external SPI)
|
||||
[-m <val>] SPI mode
|
||||
[-f <val>] bus frequency in kHz
|
||||
[-q] quiet startup (no message if no device found)
|
||||
[-a <val>] I2C address
|
||||
default: 30
|
||||
[-R <val>] Rotation
|
||||
default: 0
|
||||
|
||||
stop
|
||||
|
||||
status print status info
|
||||
```
|
||||
|
||||
## lis3mdl
|
||||
|
||||
Source: [drivers/magnetometer/lis3mdl](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/magnetometer/lis3mdl)
|
||||
|
||||
Reference in New Issue
Block a user