2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
SetArmPoseCommand Member List

This is the complete list of members for SetArmPoseCommand, including all inherited members.

End(bool interrupted) overrideSetArmPoseCommand
Execute() overrideSetArmPoseCommand
GetInterruptionBehavior() const overrideSetArmPoseCommand
Initialize() overrideSetArmPoseCommand
IsFinished() overrideSetArmPoseCommand
m_bashGuardSetArmPoseCommandprivate
m_bashGuardModeCbSetArmPoseCommandprivate
m_bashGuardTargetSetArmPoseCommandprivate
m_endingWristPositionSetArmPoseCommandprivate
m_hasBashGuardMotionSetArmPoseCommandprivate
m_hasExtensionMotionSetArmPoseCommandprivate
m_hasShoulderMotionSetArmPoseCommandprivate
m_idSetArmPoseCommandprivate
m_isExtendingSetArmPoseCommandprivate
m_isTunableSetArmPoseCommandprivate
m_lastInversionSetArmPoseCommandprivate
m_latestScoringPositionSetArmPoseCommandprivate
m_lifterSetArmPoseCommandprivate
m_maxAccelerationSetArmPoseCommandprivate
m_maxVelocitySetArmPoseCommandprivate
m_pathTypeSetArmPoseCommandprivate
m_placeGamePieceInvertedCbSetArmPoseCommandprivate
m_scoringPositionCbSetArmPoseCommandprivate
m_scoringPositionOffsetSetArmPoseCommandprivate
m_targetExtensionSetArmPoseCommandprivate
m_targetPoseSetArmPoseCommandprivate
m_targetShoulderSetArmPoseCommandprivate
m_wristSafeZoneMaxExtensionSetArmPoseCommandprivatestatic
m_wristSafeZoneMinAngleSetArmPoseCommandprivate
SetArmPoseCommand(LifterSubsystem *lifter, BashGuardSubsystem *bashGuard, std::function< ScoringPosition()> scoringPositionCb, frc::Translation2d scoringPositionOffset, std::function< bool()> bashGuardModeCb, std::function< bool()> placeGamePieceInvertedCb, PathType pathType=PathType::unmodified, units::velocity::inches_per_second_t maxVelocity=speeds::armKinematicSpeeds::effectorVelocity, units::acceleration::inches_per_second_squared_t maxAcceleration=speeds::armKinematicSpeeds::effectorAcceleration)SetArmPoseCommand
SetArmPoseCommand(LifterSubsystem *lifter, BashGuardSubsystem *bashGuard, ScoringPosition scoringPosition, frc::Translation2d scoringPositionOffset, std::function< bool()> bashGuardModeCb, std::function< bool()> placeGamePieceInvertedCb, PathType pathType=PathType::unmodified, units::velocity::inches_per_second_t maxVelocity=speeds::armKinematicSpeeds::effectorVelocity, units::acceleration::inches_per_second_squared_t maxAcceleration=speeds::armKinematicSpeeds::effectorAcceleration)SetArmPoseCommand
SetArmPoseCommand(LifterSubsystem *lifter, BashGuardSubsystem *bashGuard, frc::Translation2d targetPose, frc::Translation2d scoringPositionOffset, BashGuardPosition desiredBashGuardPosition, WristPosition desiredWristPosition=WristPosition::Unknown, PathType pathType=PathType::unmodified, units::velocity::inches_per_second_t maxVelocity=speeds::armKinematicSpeeds::effectorVelocity, units::acceleration::inches_per_second_squared_t maxAcceleration=speeds::armKinematicSpeeds::effectorAcceleration, bool isTunable=false)SetArmPoseCommand