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 using namespace units::literals;
7 static const chassis::ShurikenCommand::Config kShurikenConfig
8 {
9 .maxTranslation = {25_mph, 25_mph}, // HACK: Ultra Mk2 motors do not use feedback rpm loops
10 .shurikenSpeed = 350_rpm,
11 .downscaleCoefficient = 5
12 };
13}
14#endif
Definition base_robot.cpp:4
physics::Velocity2D maxTranslation
Definition shuriken_command.hpp:24