#include <string>#include <vector>#include <ros/ros.h>#include <sensor_msgs/Range.h>#include <vl53l1x/MeasurementData.h>#include "vl53l1_api.h"#include "i2c.h"
Go to the source code of this file.
Macros | |
| #define | CHECK_STATUS(func) |
| #define | STR(x) xSTR(x) |
| #define | xSTR(x) #x |
Functions | |
| int | main (int argc, char **argv) |
| #define CHECK_STATUS | ( | func | ) |
Definition at line 26 of file vl53l1x.cpp.
| #define STR | ( | x | ) | xSTR(x) |
Definition at line 24 of file vl53l1x.cpp.
| #define xSTR | ( | x | ) | #x |
Definition at line 23 of file vl53l1x.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 33 of file vl53l1x.cpp.