|
2025-Robot
Robot code for 2025 FRC season by Argos, FRC team #1756
|
Functions | |
| units::degree_t | GetAngleToTarget (const frc::Translation2d ¤tEstimatedRobotPose, const frc::Translation3d &targetPoseOnField) |
| Gets the Angle(Yaw) required for the Robot to orient towards the target of interest assuming the robot is field-centric. | |
| units::meter_t | GetDistanceToTarget (const frc::Translation2d ¤tEstimatedRobotPose, const frc::Translation3d &targetPoseOnField) |
| Gets the Distance of the Robot to from the target of interest. | |
| units::degree_t argos_lib::odometry_aim::GetAngleToTarget | ( | const frc::Translation2d & | currentEstimatedRobotPose, |
| const frc::Translation3d & | targetPoseOnField ) |
Gets the Angle(Yaw) required for the Robot to orient towards the target of interest assuming the robot is field-centric.
| currentEstimatedRobotPose | Fused pose of the robot currently on the field |
| targetPoseOnField | Defines desired alias range |
| units::meter_t argos_lib::odometry_aim::GetDistanceToTarget | ( | const frc::Translation2d & | currentEstimatedRobotPose, |
| const frc::Translation3d & | targetPoseOnField ) |
Gets the Distance of the Robot to from the target of interest.
| currentEstimatedRobotPose | Fused pose of the robot currently on the field |
| targetPoseOnField | Defines desired alias range |