* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
1.5 KiB
LeddarOne Lidar
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.
Hardware Setup
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.
| Pin | 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
:::