Skip to content

Commit

Permalink
[TASK] check that element roll can be made knobbable
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Sep 16, 2023
1 parent a1f5364 commit b6a10ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tests/knobbable_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def test_knobbable_dx_set_from_float():
quad.set_dx(dx)
quad.set_dy(dy)

# roll crashes the process ...
# roll crashes the process ... not any more
# fixed upstream in gtpsa
rollk = gtpsa.TpsaOrDouble(roll)
quad.set_roll(rollk)

Expand Down

0 comments on commit b6a10ba

Please sign in to comment.