Sense & publish VL6180x data
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
#include <ros/ros.h>
|
||||
|
||||
#include "vl6180x_platform.h"
|
||||
|
||||
namespace rh_sensing
|
||||
{
|
||||
class RideheightSensing
|
||||
@ -17,6 +19,9 @@ private:
|
||||
|
||||
ros::Publisher vl6180x_pub;
|
||||
ros::Publisher vl53l0x_pub;
|
||||
|
||||
VL6180xDev_t vl6180x_dev;
|
||||
VL6180x_RangeData_t vl6180x_range;
|
||||
};
|
||||
|
||||
} // namespace rh_sensing
|
||||
|
||||
Reference in New Issue
Block a user