Files
PX4-Autopilot/docs/zh/sensor/leddar_one.md
2026-07-12 15:29:58 +10:00

1.5 KiB

LeddarOne 激光雷达

LeddarOne is small Lidar module with a narrow, yet diffuse beam that offers excellent overall detection range and performance, in a robust, reliable, cost-effective package. It has a sensing range from 1cm to 40m and needs to be connected to a UART/serial bus.

LeddarOne Lidar rangefinder

硬件安装

LeddarOne can be connected to any unused serial port (UART), e.g.: TELEM2, TELEM3, GPS2 etc.

Build a cable following your board and pinout and LeddarOne pinout (shown below). You only will need to connect 5V, TX, RX and GND pins.

针脚 LeddarOne
1 GND
2 -
3 VCC
4 RX
5 TX
6 -

Parameter Setup

Configure the serial port on which the lidar will run using SENS_LEDDAR1_CFG. There is no need to set the baud rate for the port, as this is configured by the driver.

:::info If the configuration parameter is not available in QGroundControl then you may need to add the driver to the firmware:

CONFIG_DRIVERS_DISTANCE_SENSOR_LEDDAR_ONE=y

:::

更多信息