Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
shuriken_config.hpp
Go to the documentation of this file.
1#ifndef FANG_ROBOTICS_MCB_SHURIKEN_CONFIG_PIERCE_HPP
2#define FANG_ROBOTICS_MCB_SHURIKEN_CONFIG_PIERCE_HPP
4namespace fang::robot
5{
6 static const chassis::ShurikenCommand::Config kShurikenConfig
7 {
8 .maxTranslation = {25_mph, 25_mph}, // HACK: Ultra Mk2 motors do not use feedback rpm loops
9 .shurikenSpeed = 350_rpm,
10 .downscaleCoefficient = 5
11 };
12}
13#endif
Definition base_robot.cpp:4
physics::Velocity2D maxTranslation
Definition shuriken_command.hpp:24