Wheeled kinematics based class#
- module:
Bases:
Kinematics
Abstract class for kinematics that have wheels and are completely determined when the speed of each wheel is known.
Convert a twist to feasible wheel speeds
- Parameters:
value – The twist
- Returns:
The corresponding wheel speeds.
Convert wheel speeds to a twist
- Parameters:
value – The wheel speeds
- Returns:
The corresponding twist
Convert a twist to wheel speeds
- Parameters:
value – The twist
- Returns:
The corresponding wheel speeds.