@@ -30,10 +30,13 @@ class SingleJointedArmSim : public LinearSystemSim<2, 1, 2> {
3030 * @param gearing The gear ratio of the arm (numbers greater than 1
3131 * represent reductions).
3232 * @param armLength The length of the arm.
33- * @param minAngle The minimum angle that the arm is capable of.
34- * @param maxAngle The maximum angle that the arm is capable of.
33+ * @param minAngle The minimum angle that the arm is capable of,
34+ * with 0 being horizontal.
35+ * @param maxAngle The maximum angle that the arm is capable of,
36+ * with 0 being horizontal.
3537 * @param simulateGravity Whether gravity should be simulated or not.
36- * @param startingAngle The initial position of the arm.
38+ * @param startingAngle The initial position of the arm, with 0 being
39+ * horizontal.
3740 * @param measurementStdDevs The standard deviations of the measurements.
3841 */
3942 SingleJointedArmSim (const LinearSystem<2 , 1 , 2 >& system,
@@ -52,10 +55,13 @@ class SingleJointedArmSim : public LinearSystemSim<2, 1, 2> {
5255 * @param moi The moment of inertia of the arm. This can be
5356 * calculated from CAD software.
5457 * @param armLength The length of the arm.
55- * @param minAngle The minimum angle that the arm is capable of.
56- * @param maxAngle The maximum angle that the arm is capable of.
58+ * @param minAngle The minimum angle that the arm is capable of,
59+ * with 0 being horizontal.
60+ * @param maxAngle The maximum angle that the arm is capable of,
61+ * with 0 being horizontal.
5762 * @param simulateGravity Whether gravity should be simulated or not.
58- * @param startingAngle The initial position of the arm.
63+ * @param startingAngle The initial position of the arm, with 0 being
64+ * horizontal.
5965 * @param measurementStdDevs The standard deviation of the measurement noise.
6066 */
6167 SingleJointedArmSim (const DCMotor& gearbox, double gearing,
0 commit comments