PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drivers/device/device.h>
#include <lib/drivers/rangefinder/PX4Rangefinder.hpp>
#include <perf/perf_counter.h>
Go to the source code of this file.
Classes | |
class | LidarLite |
Variables | |
static constexpr float | LL40LS_MIN_DISTANCE {0.05f} |
static constexpr float | LL40LS_MAX_DISTANCE {25.00f} |
static constexpr float | LL40LS_MAX_DISTANCE_V2 {35.00f} |
static constexpr uint32_t | LL40LS_CONVERSION_INTERVAL {50_ms} |
static constexpr uint32_t | LL40LS_CONVERSION_TIMEOUT {100_ms} |
Generic interface driver for the PulsedLight Lidar-Lite range finders.
Definition in file LidarLite.h.
|
static |
Definition at line 55 of file LidarLite.h.
Referenced by LidarLiteI2C::Run().
|
static |
Definition at line 58 of file LidarLite.h.
Referenced by LidarLiteI2C::collect(), and LidarLiteI2C::Run().
|
static |
Definition at line 51 of file LidarLite.h.
Referenced by LidarLite::LidarLite().
|
static |
Definition at line 52 of file LidarLite.h.
Referenced by LidarLiteI2C::probe().
|
static |
Definition at line 50 of file LidarLite.h.
Referenced by LidarLiteI2C::collect(), and LidarLite::LidarLite().