mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -28,8 +28,10 @@ class SingleJointedArmSim : public LinearSystemSim<2, 1, 2> {
|
||||
* @param gearing The gear ratio of the arm (numbers greater than 1 represent
|
||||
* reductions).
|
||||
* @param armLength The length of the arm.
|
||||
* @param minAngle The minimum angle that the arm is capable of.
|
||||
* @param maxAngle The maximum angle that the arm is capable of.
|
||||
* @param minAngle The minimum angle that the arm is capable of, with 0 being
|
||||
* horizontal.
|
||||
* @param maxAngle The maximum angle that the arm is capable of, with 0 being
|
||||
* horizontal.
|
||||
* @param simulateGravity Whether gravity should be simulated or not.
|
||||
* @param startingAngle The initial position of the arm.
|
||||
* @param measurementStdDevs The standard deviations of the measurements.
|
||||
@@ -51,8 +53,10 @@ class SingleJointedArmSim : public LinearSystemSim<2, 1, 2> {
|
||||
* @param moi The moment of inertia of the arm. This can be calculated from
|
||||
* CAD software.
|
||||
* @param armLength The length of the arm.
|
||||
* @param minAngle The minimum angle that the arm is capable of.
|
||||
* @param maxAngle The maximum angle that the arm is capable of.
|
||||
* @param minAngle The minimum angle that the arm is capable of, with 0 being
|
||||
* horizontal.
|
||||
* @param maxAngle The maximum angle that the arm is capable of, with 0 being
|
||||
* horizontal.
|
||||
* @param simulateGravity Whether gravity should be simulated or not.
|
||||
* @param startingAngle The initial position of the arm.
|
||||
* @param measurementStdDevs The standard deviation of the measurement noise.
|
||||
|
||||
Reference in New Issue
Block a user