Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 28, 2024
1 parent ad97a8b commit 5fad965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parking_controller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function test_navigate()
# set the elevation
elevation = deg2rad(70.0)
chi_set = navigate(pc, azimuth, elevation)
@test chi_set deg2rad(34.019878734151234)
@test chi_set -deg2rad(34.019878734151234)
end
nothing
end
Expand Down

0 comments on commit 5fad965

Please sign in to comment.