Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
field_mecanum_config.hpp
Go to the documentation of this file.
1#pragma once
2
5namespace fang::robot
6{
7 using namespace units::literals;
8 static const chassis::CounterStrikeCommand::Config kFieldMecanumConfig
9 {
10 .maxTranslation = {25_mph, 25_mph}, // HACK: Ultra Mk2 motors do not use feedback rpm loops
11 .maxRotation = 150_rpm,
12 };
13}
14
FieldDriftCommand::Config Config
Definition counter_strike_command.hpp:23
Definition base_robot.cpp:4
physics::Velocity2D maxTranslation
Definition field_drift_command.hpp:27