|
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. | |
| CGAL::Surface_mesh< CGAL::Simple_cartesian< double >::Point_3 > | polyhedron |
| The CGAL polyhedron data. This can be used for collision checking. | |
Describes an object that is detected in the environment.
1.8.11