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.
|
| |
| static constexpr units::meter_t | kEightInch = 8_in |
| | Eight inch diameter wheels.
|
| |
| static constexpr units::meter_t | kTenInch = 10_in |
| | Ten inch diameter wheels.
|
| |
Represents common wheel sizes of the kit drivetrain.
◆ kEightInch
| units::meter_t frc::sim::DifferentialDrivetrainSim::KitbotWheelSize::kEightInch = 8_in |
|
staticconstexpr |
Eight inch diameter wheels.
◆ kSixInch
| units::meter_t frc::sim::DifferentialDrivetrainSim::KitbotWheelSize::kSixInch = 6_in |
|
staticconstexpr |
Six inch diameter wheels.
◆ kTenInch
| 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: