7#include <units/angle.h>
8#include <units/length.h>
66 constexpr Position lowLeft{.elevator_height = 0_in, .arm_angle = 5_deg, .wrist_angle = -90_deg};
67 constexpr Position lowRight{.elevator_height = 0_in, .arm_angle = 175_deg, .wrist_angle = 90_deg};
68 constexpr Position highLeft{.elevator_height = 0_in, .arm_angle = 70_deg, .wrist_angle = 0_deg};
69 constexpr Position highRight{.elevator_height = 0_in, .arm_angle = 110_deg, .wrist_angle = 0_deg};
constexpr Position algaeLowLeft
Definition position.h:48
constexpr Position algaeHighRight
Definition position.h:51
constexpr Position algaePrepNetLeft
Definition position.h:52
constexpr Position algaePrepNetRight
Definition position.h:53
constexpr Position algaeProcessorRight
Definition position.h:61
constexpr Position algaeNetLeft
Definition position.h:55
constexpr Position algaeLowRight
Definition position.h:49
constexpr Position algaeHighLeft
Definition position.h:50
constexpr Position algaeProcessorLeft
Definition position.h:59
constexpr Position algaeNetRight
Definition position.h:57
constexpr Position lowLeft
Definition position.h:66
constexpr Position lowRight
Definition position.h:67
constexpr Position highLeft
Definition position.h:68
constexpr Position highRight
Definition position.h:69
constexpr auto maxHeight
Definition measure_up.h:45
constexpr auto minHeight
Definition measure_up.h:44
constexpr Position coralStationRight
Definition position.h:30
constexpr Position levelTwoLeft
Definition position.h:37
constexpr Position levelTwoRight
Definition position.h:36
constexpr Position floorIntakeRight
Definition position.h:26
constexpr Position levelFourRight
Definition position.h:40
constexpr Position coralStationLeft
Definition position.h:31
constexpr Position stow
Definition position.h:43
constexpr Position levelFourLeft
Definition position.h:41
constexpr Position levelOneRight
Definition position.h:32
constexpr Position levelThreeRight
Definition position.h:38
constexpr Position levelThreeLeft
Definition position.h:39
constexpr Position levelFourCenter
Definition position.h:42
constexpr Position floorIntakeLeft
Definition position.h:28
constexpr Position levelOneLeft
Definition position.h:34
ArmPosition
Definition position.h:72
units::degree_t arm_angle
Definition position.h:15
bool AlmostEqual(const Position other)
Definition position.h:18
units::degree_t wrist_angle
Definition position.h:16
units::inch_t elevator_height
Definition position.h:14