Contains the franka::MobileModel type for mobile robot kinematics.
More...
#include <array>
#include <cstdint>
#include <memory>
#include <string>
Go to the source code of this file.
|
|
constexpr size_t | franka::kNumDriveModules = 2 |
| | Number of swerve drive modules.
|
| |
|
constexpr size_t | franka::kJointsPerDriveModule = 2 |
| | Number of joints per drive module (steering + drive).
|
| |
Contains the franka::MobileModel type for mobile robot kinematics.
◆ MobileFrame
Enumerates the frames of a mobile robot's drive modules.
| Enumerator |
|---|
| kFrontDriveModule | Front swerve drive module frame.
|
| kRearDriveModule | Rear swerve drive module frame.
|