PathPlannerLib
Loading...
Searching...
No Matches
pathplanner::AutoBuilder Member List

This is the complete list of members for pathplanner::AutoBuilder, including all inherited members.

buildAuto(std::string autoName)pathplanner::AutoBuilderinlinestatic
buildAutoChooser(std::string defaultAutoName="")pathplanner::AutoBuilderstatic
buildAutoChooserFilter(std::function< bool(const PathPlannerAuto &)> filter, std::string defaultAutoName="")pathplanner::AutoBuilderstatic
buildAutoChooserFilterPath(std::function< bool(const PathPlannerAuto &, std::filesystem::path)> filter, std::string defaultAutoName="")pathplanner::AutoBuilderstatic
configure(std::function< frc::Pose2d()> poseSupplier, std::function< void(const frc::Pose2d &)> resetPose, std::function< frc::ChassisSpeeds()> robotRelativeSpeedsSupplier, std::function< void(const frc::ChassisSpeeds &, const DriveFeedforwards &)> output, std::shared_ptr< PathFollowingController > controller, RobotConfig robotConfig, std::function< bool()> shouldFlipPath, frc2::Subsystem *driveSubsystem)pathplanner::AutoBuilderstatic
configure(std::function< frc::Pose2d()> poseSupplier, std::function< void(const frc::Pose2d &)> resetPose, std::function< frc::ChassisSpeeds()> robotRelativeSpeedsSupplier, std::function< void(const frc::ChassisSpeeds &)> output, std::shared_ptr< PathFollowingController > controller, RobotConfig robotConfig, std::function< bool()> shouldFlipPath, frc2::Subsystem *driveSubsystem)pathplanner::AutoBuilderinlinestatic
configureCustom(std::function< frc::Pose2d()> poseSupplier, std::function< frc2::CommandPtr(std::shared_ptr< PathPlannerPath >)> pathFollowingCommandBuilder, std::function< void(const frc::Pose2d &)> resetPose, bool isHolonomic, std::function< bool()> shouldFlipPose=[]() { return false;})pathplanner::AutoBuilderstatic
followPath(std::shared_ptr< PathPlannerPath > path)pathplanner::AutoBuilderstatic
getAllAutoNames()pathplanner::AutoBuilderstatic
getAllAutoPaths()pathplanner::AutoBuilderstatic
getCurrentPose()pathplanner::AutoBuilderinlinestatic
isConfigured()pathplanner::AutoBuilderinlinestatic
isHolonomic()pathplanner::AutoBuilderinlinestatic
pathfindThenFollowPath(std::shared_ptr< PathPlannerPath > goalPath, PathConstraints pathfindingConstraints)pathplanner::AutoBuilderstatic
pathfindToPose(frc::Pose2d pose, PathConstraints constraints, units::meters_per_second_t goalEndVel=0_mps)pathplanner::AutoBuilderstatic
pathfindToPoseFlipped(frc::Pose2d pose, PathConstraints constraints, units::meters_per_second_t goalEndVel=0_mps)pathplanner::AutoBuilderinlinestatic
regenerateSendableReferences()pathplanner::AutoBuilderstatic
resetOdom(frc::Pose2d bluePose)pathplanner::AutoBuilderstatic
shouldFlip()pathplanner::AutoBuilderinlinestatic