1#ifndef FANG_ROBOTICS_MCB_PIERCE_CONFIG_COMMAND_TARDIS_CONFIG_HPP
2#define FANG_ROBOTICS_MCB_PIERCE_CONFIG_COMMAND_TARDIS_CONFIG_HPP
9 using namespace units::literals;
10 static const chassis::AzrielShredder::Config k_razielKalmanShredderConfig
18 static const chassis::TardisCommand::Config k_tardisConfig
21 .maxRotation = 300_rpm,
22 .downscaleCoefficient = 5,
23 .razielKalmanShredderConfig = k_razielKalmanShredderConfig
Definition base_robot.cpp:4
double biteDepth
Definition azriel_shredder.hpp:23
physics::Velocity2D maxTranslation
Definition tardis_command.hpp:33