4#include <grpl/LaserCan.h>
8#include <frc/TimedRobot.h>
9#include <units/length.h>
11#include "valkyrie/sensors/LaserProximitySensor.h"
33 grpl::LaserCan device;
Specific implementation of the LaserProximitySensor for Grapple Robotics.
Definition GrappleSensor.h:21
GrappleSensor(frc::TimedRobot &robot, int canId)
Construct a new GrappleSensor object.
Combines Lidar distance measurements and debounce logic.
Definition LaserProximitySensor.h:27
T ReadLog(std::string_view field, const T &defaultValue={})
Read a value from NetworkTables for the given field.
Definition Loggable.h:343