StateConstraintParams

class StateConstraintParams[source]

Bases: object

Parameters for the state constraints to be parsed by the yaml parser.

The types defined in this class determine what type the parser uses.

type

Type of control model to use. Options are 'none' or 'velocity'.

Type:

string

min_vels

Minimum x/y velocity.

Type:

numpy array

max_vels

Maximum x/y velocity.

Type:

numpy array

__init__()[source]

Methods

__init__