gusimplewhiteboard
wb_filtered_vision_object Struct Reference

WHITEBOARD_POSTER_STRING_CONVERSION. More...

#include <wb_filtered_vision_object.h>

Inheritance diagram for wb_filtered_vision_object:
Collaboration diagram for wb_filtered_vision_object:

Public Attributes

uint64_t visibilityHistory
 a 64-bit history of whether vision said visible 1 or not visible 0. More...
 
int32_t frameCounter
 incremented every time we do not see the object. More...
 
int16_t distance
 distance to landmark in cm More...
 
int16_t x
 centre x-coordinate in image (0,0) is the centre of the image, positive is to the right More...
 
int16_t y
 centre y-coordinate in image, positive is upwards More...
 
int16_t yaw
 the Yaw in Degrees when the object was last used to generated filtered values. More...
 
int16_t ray_angle
 In degrees, position of the object, positive is left, negative is right, with distance polar position of object in frame of reference of robot. More...
 
bool isVisible
 is this a credible sighting. More...
 
bool pad1
 16 bit padding . More...
 

Detailed Description

WHITEBOARD_POSTER_STRING_CONVERSION.

Posting by Kalman filter on object sighting

Definition at line 104 of file wb_filtered_vision_object.h.

Member Data Documentation

◆ distance

◆ frameCounter

◆ isVisible

◆ pad1

◆ ray_angle

int16_t wb_filtered_vision_object::ray_angle

In degrees, position of the object, positive is left, negative is right, with distance polar position of object in frame of reference of robot.

The sign is consistent with the yaw, but not with the fact that x positive is to the right

Definition at line 140 of file wb_filtered_vision_object.h.

Referenced by guWhiteboard::FilteredVisionObject::FilteredVisionObject(), guWhiteboard::FilteredVisionObject::operator=(), guWhiteboard::FilteredVisionObject::ray_angle(), guWhiteboard::FilteredVisionObject::set_ray_angle(), and wb_filtered_vision_object_from_network_serialised().

◆ visibilityHistory

◆ x

◆ y

◆ yaw


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