Classes | Functions

balet.h File Reference

This graph shows which files directly or indirectly include this file:

Classes

struct  balet_params

Functions

double balet (const Pos &rp, const Pos &mp, const struct balet_params &k, Pos &speed)
 Controller for reference trajectory tracking.

Function Documentation

double balet ( const Pos rp,
const Pos mp,
const struct balet_params k,
Pos speed 
)

Controller for reference trajectory tracking.

Parameters:
rp Requested position (and speeds)
mp Measured position (without speed)
k Controller constants
speed Output of the controller (forward and angular speed)
Returns:
distance from reference position (angle is not counted)

Here is the call graph for this function: