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