diff --git a/wpilibc/src/main/native/include/wpi/simulation/DCMotorSim.hpp b/wpilibc/src/main/native/include/wpi/simulation/DCMotorSim.hpp index 8d82290467..f94d383d3d 100644 --- a/wpilibc/src/main/native/include/wpi/simulation/DCMotorSim.hpp +++ b/wpilibc/src/main/native/include/wpi/simulation/DCMotorSim.hpp @@ -23,9 +23,9 @@ class DCMotorSim : public LinearSystemSim<2, 1, 2> { * Creates a simulated DC motor mechanism. * * @param plant The linear system representing the DC motor. This system can - * be created with wpi::math::Models::ElevatorFromPhysicalConstants(). If - * wpi::math::Models::ElevatorFromSysId(kV, kA) is used, the distance unit - * must be radians. + * be created with + * wpi::math::Models::SingleJointedArmFromPhysicalConstants() or + * wpi::math::Models::SingleJointedArmFromSysId(). * @param gearbox The type of and number of motors in the DC motor gearbox. * @param measurementStdDevs The standard deviation of the measurement noise. */