-
-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic remote control functionality
* the amounts are unclear, 179 gives the maximum rotation which is not exactly that many degrees.. * new commands subcommands for manual: - manual start - manual stop - manual forward [amount] (up to 0.29) - manual backward [amount] (same) - manual left [degrees] (up to 179) - manual right [degrees] (up to 179) * respective methods for above commands in Vacuum class - manual_control_once() to allow automatic execution of one command (sleep()s in-between)
- Loading branch information
Showing
3 changed files
with
156 additions
and
9 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