gusimplewhiteboard
wb_filtered_vision_object_type.h File Reference
#include <sys/types.h>
Include dependency graph for wb_filtered_vision_object_type.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  FILTERED_VISION_OBJECT_TYPE {
  FVOGoalPostTop =0 , FVOGoalPostLeftTop =1 , FVOGoalPostRightTop =2 , FVOGoalCrossBarTop =3 ,
  FVO_NUM_OBJECTS = 4
}
 

Enumeration Type Documentation

◆ FILTERED_VISION_OBJECT_TYPE

Enumerator
FVOGoalPostTop 

Filtered information for a post we cannot tell is Left or right.

FVOGoalPostLeftTop 

Filtered information for a post we know is Left.

FVOGoalPostRightTop 

Filtered information for a post we know is right.

FVOGoalCrossBarTop 

Filtered information for the cross BAR.

FVO_NUM_OBJECTS 

number of different kind of objects

Definition at line 10 of file wb_filtered_vision_object_type.h.