|
|
Limits of the omni-directional wheel drive, as on ARMAR-7. More...
#include <armarx/navigation/simulation/TrajectoryFollowingSimulation.h>
Public Attributes | |
| VirtualRobot::OmniWheelPlatformKinematicsParams | kinematics {} |
| float | maxWheelAcceleration {0.64F} |
| float | maxWheelDeceleration {1.02F} |
| float | maxWheelVelocity {3.82F} |
Limits of the omni-directional wheel drive, as on ARMAR-7.
Wheel velocities follow VirtualRobot::OmniWheelPlatformKinematics, whose forward model carries a factor 2 pi R / n. Wheel speeds are therefore in revolutions per second at the wheel, not rad/s.
Definition at line 65 of file TrajectoryFollowingSimulation.h.
| VirtualRobot::OmniWheelPlatformKinematicsParams kinematics {} |
Definition at line 67 of file TrajectoryFollowingSimulation.h.
| float maxWheelAcceleration {0.64F} |
Definition at line 71 of file TrajectoryFollowingSimulation.h.
| float maxWheelDeceleration {1.02F} |
Definition at line 73 of file TrajectoryFollowingSimulation.h.
| float maxWheelVelocity {3.82F} |
Definition at line 69 of file TrajectoryFollowingSimulation.h.