22 [[nodiscard]]
virtual double get_range()
const = 0;
32 class LRF :
public LRFInterface {
39 ~LRF()
override =
default;
Holds the common info for all SDK components.
Definition component.h:18
double get_range() const override
Returns the current range reading.
Definition lrf.h:48
LRF()=default
The base constructor.
An error representing a function that is not implemented.
Definition error.h:19