HiveMind
|
#include <InterlocUpdate.h>
Public Attributes | |
uint16_t | m_robotId {} |
std::optional< float > | m_distance |
Distance in meters. More... | |
std::optional< float > | m_angleOfArrival |
Angle of the distant agent in the frame of the current agent (in degrees) More... | |
std::optional< bool > | m_isInLineOfSight |
bool | m_resetDumps = false |
std::optional<float> InterlocUpdate::m_angleOfArrival |
Angle of the distant agent in the frame of the current agent (in degrees)
std::optional<float> InterlocUpdate::m_distance |
Distance in meters.
std::optional<bool> InterlocUpdate::m_isInLineOfSight |
bool InterlocUpdate::m_resetDumps = false |
uint16_t InterlocUpdate::m_robotId {} |