-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e64968
commit 32e30f6
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
**This is containerized version of wasd.py for Bosdyn Spot from [spot-sdk](https://github.com/boston-dynamics/spot-sdk)** | ||
|
||
## How to use | ||
1. Run container in host's network | ||
2. Execture command ``python wasd.py ROBOT_IP`` | ||
3. Follow instuctions in terminal | ||
|
||
### Standart sequence of actions: | ||
1. Release E-Stop (Space) | ||
2. Power On Robot (P) | ||
3. Stand Up (f) | ||
4. Do something | ||
5. Sit down (v) | ||
6. Power Off (P) | ||
7. Set E-Stop (Space) | ||
8. Quit (Tab) |