PathPlannerLib
Loading...
Searching...
No Matches
pathplanner::PathPlannerLogging Class Reference

Static Public Member Functions

static void setLogCurrentPoseCallback (std::function< void(const frc::Pose2d &)> logCurrentPose)
 
static void setLogTargetPoseCallback (std::function< void(const frc::Pose2d &)> logTargetPose)
 
static void setLogActivePathCallback (std::function< void(const std::vector< frc::Pose2d > &)> logActivePath)
 
static void logCurrentPose (const frc::Pose2d &pose)
 
static void logTargetPose (const frc::Pose2d &targetPose)
 
static void logActivePath (const PathPlannerPath *path)
 

The documentation for this class was generated from the following files: