Skip to content

Commit

Permalink
fix: Sign changes due to linear model direction changes in d394ad6
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Feb 28, 2023
1 parent 9b7d206 commit 72ab2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/envs/base/test_linear_drone.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def test_yaw_input(vec_omega, equilibrium_prop_rpm, lineardroneenv, exp):
"rpy,exp",
[
[(0, 0, 0), [0, 0, -1]],
[(0.1, 0, 0), [0, 1, -1]],
[(-0.1, 0, 0), [0, -1, -1]],
[(0.1, 0, 0), [0, -1, -1]],
[(-0.1, 0, 0), [0, 1, -1]],
[(0, 0.1, 0), [1, 0, -1]],
[(0, -0.1, 0), [-1, 0, -1]],
[(0, 0, 0.1), [0, 0, -1]],
Expand Down

0 comments on commit 72ab2cb

Please sign in to comment.