Fawkes API
Fawkes Development Version
|
25 #ifndef _PLUGINS_COLLI_TYPES_H_
26 #define _PLUGINS_COLLI_TYPES_H_
28 #include <utils/math/types.h>
colli_motor_instruct_mode_t
Colli motor_instuct modes.
cart_coord_2d_t local_trajec
local trajectory
colli_state_t
Colli States.
float rot
Rotation around z-axis.
unsigned int near
The cost for a cell near an obstacle (distance="near")
colli_drive_restriction_t
Colli drive restrictions.
unsigned int mid
The cost for a cell near an obstacle (distance="near")
cart_coord_2d_t local_target
local target
Colli data, refering to current movement.
float y
Translation in y-direction.
@ NothingToDo
Indicating that nothing is to do.
unsigned int occ
The cost for an occupied cell.
colli_escape_mode_t
Colli Escape modes.
float x
Translation in x-direction.
Storing Translation and rotation.
Fawkes library namespace.
unsigned int free
The cost for a free cell.
Cartesian coordinates (2D).
@ OrientAtTarget
Indicating that the robot is at target and has to orient.
Costs of occupancy-grid cells.
@ DriveToTarget
Drive to the target.
unsigned int far
The cost for a cell near an obstacle (distance="near")
@ DriveToOrientPoint
Drive to the orientation point.