mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[commands] Enhance Command Sendable implementations (#4822)
This commit is contained in:
@@ -174,6 +174,8 @@ class RamseteCommand : public CommandHelper<CommandBase, RamseteCommand> {
|
||||
|
||||
bool IsFinished() override;
|
||||
|
||||
void InitSendable(wpi::SendableBuilder& builder) override;
|
||||
|
||||
private:
|
||||
frc::Trajectory m_trajectory;
|
||||
std::function<frc::Pose2d()> m_pose;
|
||||
|
||||
Reference in New Issue
Block a user