WPILibC++ 2024.3.2
|
#include <functional>
#include <memory>
#include <frc/Timer.h>
#include <frc/controller/PIDController.h>
#include <frc/controller/RamseteController.h>
#include <frc/controller/SimpleMotorFeedforward.h>
#include <frc/geometry/Pose2d.h>
#include <frc/kinematics/DifferentialDriveKinematics.h>
#include <frc/trajectory/Trajectory.h>
#include <units/length.h>
#include <units/voltage.h>
#include "frc2/command/Command.h"
#include "frc2/command/CommandHelper.h"
#include "frc2/command/Requirements.h"
Go to the source code of this file.
Classes | |
class | frc2::RamseteCommand |
A command that uses a RAMSETE controller to follow a trajectory with a differential drive. More... | |
Namespaces | |
namespace | frc2 |