gusimplewhiteboard
wb_location Struct Reference

WHITEBOARD_POSTER_STRING_CONVERSION. More...

#include <wb_location.h>

Inheritance diagram for wb_location:
Collaboration diagram for wb_location:

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...
 
uint8_t confidence
 The type of sighting. More...
 
uint32_t distanceVariance
 The variance of the distance. More...
 
uint32_t directionVariance
 The variance of the direction. More...
 

Detailed Description

WHITEBOARD_POSTER_STRING_CONVERSION.

Provides a common structure for the location of landmarks.

Definition at line 108 of file wb_location.h.

Member Data Documentation

◆ confidence

◆ direction

int16_t wb_location::direction

degrees, relative to the center of the nao torso.

  • == left, 0 == straight, - == right.

Definition at line 114 of file wb_location.h.

Referenced by guWhiteboard::Location::Location(), guWhiteboard::Location::direction(), guWhiteboard::Location::operator=(), guWhiteboard::Location::set_direction(), and wb_location_from_network_serialised().

◆ directionVariance

◆ distance

uint16_t wb_location::distance

◆ distanceVariance


The documentation for this struct was generated from the following file: