Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
turret_aim_config.hpp
Go to the documentation of this file.
1
#ifndef FANG_ROBOTICS_MCB_TURRET_AIM_CONFIG_HPP
2
#define FANG_ROBOTICS_MCB_TURRET_AIM_CONFIG_HPP
3
#include "
control/turret/gimbal/command/aim_command.hpp
"
4
#include "
wrap/units/units_alias.hpp
"
5
6
namespace
fang::robot
7
{
8
using namespace
units::literals;
9
static
const
turret::AimCommand::Config kTurretAimConfig
10
{
11
.
maxPitchSpeed
= 40_rpm,
12
.maxYawSpeed = 120_rpm,
13
.pitchRange = {-25_deg, 10_deg}
14
};
15
}
16
#endif
aim_command.hpp
fang::robot
Definition
base_robot.cpp:4
fang::turret::AimCommand::Config::maxPitchSpeed
RPM maxPitchSpeed
Definition
aim_command.hpp:18
units_alias.hpp
fang-mcb-project
src
robot
variant
pierce
config
command
turret_aim_config.hpp
Generated by
1.9.8