Pose Control¶
Link to module repo: Pose Control
Overview¶
The pose control block implements a simple algorithm to control the linear and angular velocity of the wheels. It reads in setpoint values from a path planner together with actual positional and angular values of the current state of the wheels. The output is in the form of a twist message transformed into local TCP coordinates.
Configuration¶
A configuration file is given as following
Click to expand
The settings are for kp and kd for positions and angles.
Make sure to override the setting for the pose control block for your rover settings.