HLR
0.0.1
|
Describes an object that is detected in the environment. More...
#include <RobotController.hpp>
Public Attributes | |
std::uint32_t | id |
The id of the object. | |
Matrix< double, 3, 1 > | position |
The position vector of the object. | |
Matrix< double, 3, 1 > | velocity |
The velocity vector of the object. | |
bool | is_cup |
Whether this object is a cup. | |
bool | has_speed |
Whether this object has a valid speed. | |
std::string | polyhedron |
The CGAL polyhedron data. This can be used for collision checking. | |
Describes an object that is detected in the environment.