Regilo
A simple C++ library for controlling the Neato XV robot and the Hokuyo scanner.
|
This is the complete list of members for regilo::ScanRecord, including all inherited members.
angle | regilo::ScanRecord | |
distance | regilo::ScanRecord | |
error | regilo::ScanRecord | |
errorCode | regilo::ScanRecord | |
id | regilo::ScanRecord | |
intensity | regilo::ScanRecord | |
operator<<(std::ostream &out, const ScanRecord &record) | regilo::ScanRecord | friend |
ScanRecord()=default | regilo::ScanRecord | |
ScanRecord(int id, double angle, double distance, int intensity, int errorCode, bool error=false) | regilo::ScanRecord |