![]() |
Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
Public Member Functions | |
| bool | IsEmpty () const |
| bool | IsUnknown () const |
| void | Add (GeometryType geom_type, VertexType vert_type) |
| void | Merge (const GeometryTypeSet &other) |
| void | Clear () |
| bool | HasOnly (GeometryType geom_type, VertexType vert_type) const |
| bool | HasSingleType () const |
| bool | TryGetSingleType (GeometryType &geom_type, VertexType &vert_type) const |
| void | AddWKBType (int32_t wkb_type) |
| vector< int32_t > | ToWKBList () const |
| vector< string > | ToString (bool snake_case) const |
Static Public Member Functions | |
| static GeometryTypeSet | Unknown () |
| static GeometryTypeSet | Empty () |
Public Attributes | |
| uint8_t | sets [VERT_TYPES] |
Static Public Attributes | |
| static constexpr auto | VERT_TYPES = 4 |
| static constexpr auto | PART_TYPES = 8 |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Check if only the given geometry and vertex type is present (all others are absent)
|
inline |
|
inline |