gusimplewhiteboard
wb_machine_filtered_vision Struct Reference

WHITEBOARD_POSTER_STRING_CONVERSION. More...

#include <wb_machine_filtered_vision.h>

Inheritance diagram for wb_machine_filtered_vision:
Collaboration diagram for wb_machine_filtered_vision:

Public Attributes

int8_t ball_direction
 degrees, relative to the center of the nao torso. More...
 
uint16_t ball_distance
 CM distance to the ball. More...
 
bool ball_visible
 has the ball been seen enough by vision to be considered actually 'visible'. More...
 
int8_t goal_direction
 degrees, relative to the center of the nao torso. More...
 
uint16_t goal_distance
 CM distance to the ball. More...
 
bool goal_visible
 has the ball been seen enough by vision to be considered actually 'visible'. More...
 
enum GoalSightingType goal_sightingType
 The type of the goal sighting. More...
 

Detailed Description

WHITEBOARD_POSTER_STRING_CONVERSION.

Results of the FSM (and sub machines) "SMFilterVision". This machine applies some basic filtering to vision output messages. It also handles the coord conversion and kinematics for distance and bearing calculations on the Nao robot.

Definition at line 113 of file wb_machine_filtered_vision.h.

Member Data Documentation

◆ ball_direction

◆ ball_distance

◆ ball_visible

◆ goal_direction

◆ goal_distance

◆ goal_sightingType

◆ goal_visible


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