Represents common wheel sizes of the kit drivetrain.
More...
#include <frc/simulation/DifferentialDrivetrainSim.h>
|
static constexpr units::meter_t | kSixInch = 6_in |
| Six inch diameter wheels. More...
|
|
static constexpr units::meter_t | kEightInch = 8_in |
| Eight inch diameter wheels. More...
|
|
static constexpr units::meter_t | kTenInch = 10_in |
| Ten inch diameter wheels. More...
|
|
Represents common wheel sizes of the kit drivetrain.
◆ kEightInch
constexpr units::meter_t frc::sim::DifferentialDrivetrainSim::KitbotWheelSize::kEightInch = 8_in |
|
staticconstexpr |
Eight inch diameter wheels.
◆ kSixInch
constexpr units::meter_t frc::sim::DifferentialDrivetrainSim::KitbotWheelSize::kSixInch = 6_in |
|
staticconstexpr |
Six inch diameter wheels.
◆ kTenInch
constexpr units::meter_t frc::sim::DifferentialDrivetrainSim::KitbotWheelSize::kTenInch = 10_in |
|
staticconstexpr |
Ten inch diameter wheels.
The documentation for this class was generated from the following file: