-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
check_actuator_connection
decorator and DephyActuator
meth…
…ods for offline mode * Update `check_actuator_connection` decorator to allow offline mode without raising an exception * Update `start` method in `DephyActuator` to check for offline mode and skip connection attempt if offline * Update `home` method in `DephyActuator` to check for offline mode and skip update call if offline * Add test cases for offline mode in `test_actuators_base.py` to ensure no exceptions are raised
- Loading branch information
1 parent
9ffde77
commit b68b780
Showing
3 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters