|
gusimplewhiteboard
|
WHITEBOARD_POSTER_STRING_CONVERSION. More...
#include <wb_landmark_sighting.h>
Public Attributes | |
| int16_t | direction |
| degrees, relative to the center of the nao torso. More... | |
| uint16_t | distance |
| CM distance to the center point of the sighting. More... | |
| enum LandmarkSightingType | sightingType |
| The type of sighting. More... | |
WHITEBOARD_POSTER_STRING_CONVERSION.
Provides a common structure for sightings of landmarks.
Definition at line 118 of file wb_landmark_sighting.h.
| int16_t wb_landmark_sighting::direction |
degrees, relative to the center of the nao torso.
Definition at line 124 of file wb_landmark_sighting.h.
Referenced by guWhiteboard::LandmarkSighting::LandmarkSighting(), guWhiteboard::LandmarkSighting::direction(), guWhiteboard::LandmarkSighting::operator=(), guWhiteboard::LandmarkSighting::set_direction(), and wb_landmark_sighting_from_network_serialised().
| uint16_t wb_landmark_sighting::distance |
CM distance to the center point of the sighting.
Definition at line 129 of file wb_landmark_sighting.h.
Referenced by guWhiteboard::LandmarkSighting::LandmarkSighting(), guWhiteboard::LandmarkSighting::distance(), guWhiteboard::LandmarkSighting::operator=(), guWhiteboard::LandmarkSighting::set_distance(), and wb_landmark_sighting_from_network_serialised().
| enum LandmarkSightingType wb_landmark_sighting::sightingType |
The type of sighting.
Definition at line 134 of file wb_landmark_sighting.h.
Referenced by guWhiteboard::LandmarkSighting::LandmarkSighting(), guWhiteboard::MachineFilteredLocalisationVision::firstSighting(), guWhiteboard::LandmarkSighting::operator=(), guWhiteboard::LandmarkSighting::set_sightingType(), guWhiteboard::LandmarkSighting::sightingType(), and wb_landmark_sighting_from_network_serialised().