Skip to content

Commit

Permalink
Upgrade to frccontrol 2024.22
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Nov 10, 2024
1 parent 7641418 commit c03b0a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ build/venv.stamp:
@mkdir -p $(@D)
python3 setup_venv.py
$(VENV_PIP) install -e ./bookutil
$(VENV_PIP) install frccontrol==2024.21 sleipnirgroup-jormungandr==0.0.1.dev206 pylint qrcode requests robotpy-wpimath==2024.3.2.1
$(VENV_PIP) install frccontrol==2024.22 sleipnirgroup-jormungandr==0.0.1.dev206 pylint qrcode requests robotpy-wpimath==2024.3.2.1
@touch $@

$(PY_STAMP): build/%.stamp: %.py build/venv.stamp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def linearized_differential_drive(motor, num_motors, m, r, rb, J, Gl, Gr, states
Outputs: [[theta], [left velocity], [right velocity]]
Keyword arguments:
motor -- instance of DcBrushedMotor
motor -- instance of DCMotor
num_motors -- number of motors driving the mechanism
m -- mass of robot in kg
r -- radius of wheels in meters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def linearized_differential_drive(motor, num_motors, m, r, rb, J, Gl, Gr, states
Outputs: [[theta], [left velocity], [right velocity]]
Keyword arguments:
motor -- instance of DcBrushedMotor
motor -- instance of DCMotor
num_motors -- number of motors driving the mechanism
m -- mass of robot in kg
r -- radius of wheels in meters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def linearized_differential_drive(motor, num_motors, m, r, rb, J, Gl, Gr, states
Outputs: [[theta], [left velocity], [right velocity]]
Keyword arguments:
motor -- instance of DcBrushedMotor
motor -- instance of DCMotor
num_motors -- number of motors driving the mechanism
m -- mass of robot in kg
r -- radius of wheels in meters
Expand Down

0 comments on commit c03b0a9

Please sign in to comment.