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 using namespace units::literals;
8 static const chassis::CounterStrikeCommand::Config kFieldMecanumConfig
9 {
10 .maxTranslation = {20_mph, 20_mph}, // HACK: Ultra Mk2 motors do not use feedback rpm loops
11 .maxRotation = 300_rpm,
12 };
13}
14
15#endif
FieldDriftCommand::Config Config
Definition counter_strike_command.hpp:23
Definition base_robot.cpp:4
physics::Velocity2D maxTranslation
Definition field_drift_command.hpp:28