HiveMind
|
#include <RelativePosition.h>
Public Attributes | |
uint16_t | m_robotId |
float | m_distance |
Distance in meters. More... | |
float | m_angle |
Angle of other agent in current agent frame (in degrees) More... | |
float | m_angleRealMean |
float | m_angleImaginaryMean |
bool | m_isInLineOfSight |
float RelativePosition::m_angle |
Angle of other agent in current agent frame (in degrees)
float RelativePosition::m_angleImaginaryMean |
float RelativePosition::m_angleRealMean |
float RelativePosition::m_distance |
Distance in meters.
bool RelativePosition::m_isInLineOfSight |
uint16_t RelativePosition::m_robotId |