Skip to content

Commit

Permalink
changed test mode to be an non auto mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjohnson97 committed Aug 5, 2023
1 parent 395cad1 commit 2c5bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_change_mode(self):
# TODO make this rely on data that tells us when the vehicle is ready to accept this command
time.sleep(20)
# Use a mode of "OFFBOARD" for the test
result = change_mode(self.mav_connection, "AUTO", "px4", "READY")
result = change_mode(self.mav_connection, "POSCTL", "px4", "READY")
else:
raise Exception("Unsupported autopilot")

Expand Down

0 comments on commit 2c5bdc0

Please sign in to comment.