|
|
This file is part of ArmarX. More...
Classes | |
| struct | CommandRateLimit |
| The per-axis command ramp the platform device applies below the navigation stack. More... | |
| struct | MecanumDrive |
| Limits of the four-wheel mecanum drive, as on ARMAR-6 and ARMAR-DE. More... | |
| struct | OmniWheelDrive |
| Limits of the omni-directional wheel drive, as on ARMAR-7. More... | |
| struct | OmniWheelTorqueDrive |
| What the ARMAR-7 drive train can actually deliver. More... | |
| struct | PlatformDynamics |
| Dynamic limits of the simulated platform. More... | |
| class | PlatformInertia |
| Rigid-body inertia of the mobile platform, from the robot model. More... | |
| class | TrajectoryFollowingSimulation |
| Point-mass simulation of the platform following a global trajectory. More... | |
Enumerations | |
| enum class | PlatformModel { Cartesian , OmniWheelVelocity , OmniWheelTorque , MecanumTorque } |
| How the simulated base turns a commanded twist into an achieved one. More... | |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
strong |
How the simulated base turns a commanded twist into an achieved one.
Definition at line 41 of file TrajectoryFollowingSimulation.h.