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
3
#include "
control/chassis/drive/holonomic/command/counter_strike_command.hpp
"
4
#include "
wrap/units/units_alias.hpp
"
5
namespace
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
fang::chassis::CounterStrikeCommand::Config
FieldDriftCommand::Config Config
Definition
counter_strike_command.hpp:23
counter_strike_command.hpp
fang::robot
Definition
base_robot.cpp:4
fang::chassis::FieldDriftCommand::Config::maxTranslation
physics::Velocity2D maxTranslation
Definition
field_drift_command.hpp:27
units_alias.hpp
fang-mcb-project
src
robot
variant
slice
config
command
field_mecanum_config.hpp
Generated by
1.9.8