Fix C++ RamseteCommand param doxygen (#2157)

This commit is contained in:
Tyler Veness
2019-12-05 23:54:32 -08:00
committed by Peter Johnson
parent f7a93713fa
commit 34f6b3f4c0

View File

@@ -93,7 +93,7 @@ class RamseteCommand : public CommandHelper<CommandBase, RamseteCommand> {
* trajectory.
* @param kinematics The kinematics for the robot drivetrain.
* @param output A function that consumes the computed left and right
* outputs (in volts) for the robot drive.
* wheel speeds.
* @param requirements The subsystems to require.
*/
RamseteCommand(frc::Trajectory trajectory, std::function<frc::Pose2d()> pose,