Struct State

Struct Documentation

struct State

Description of a kinematic car’s state.

Public Members

double x

Position in x of the robot.

double y

Position in y of the robot.

double theta

Orientation of the robot.

double kappa

Curvature at position (x,y)

double d

\Driving direction {-1,0,1}