Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
turret_aim_config.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace 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}
Definition base_robot.cpp:4
RPM maxPitchSpeed
Definition aim_command.hpp:18