Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
turret_auto_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/positional_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::PositionalAimCommand::Config kTurretAimConfig
10
{
11
.
pitchScale
= 1_deg,
12
.yawScale = 1_deg,
13
.pitchRange = {-25_deg, 10_deg}
14
};
15
}
16
#endif
fang::robot
Definition
base_robot.cpp:4
positional_aim_command.hpp
fang::turret::PositionalAimCommand::Config::pitchScale
Radians pitchScale
Definition
positional_aim_command.hpp:21
units_alias.hpp
fang-mcb-project
src
robot
variant
pierce_auto_test
config
command
turret_auto_aim_config.hpp
Generated by
1.9.8