-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
25 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,25 @@ | ||
# Nao-ChoregrapheDisconnector | ||
# Choregraphe Disconnector | ||
## About | ||
ChoregrapheDisconnector is a software that lets you remove the Choregraphe Connection from the Robot in case you didn't disconnected correctly. | ||
|
||
ChoregrapheDisconnector works on Nao and is licensed under the Apache License 2.0. | ||
|
||
## How it works | ||
Upload the script on the robot, for instance to `/home/nao/disconnector.py`, then edit the `/home/nao/naoqi/preferences/autoload.ini` file to have: | ||
|
||
`[python]`<br/> | ||
`/home/nao/disconnector.py` | ||
|
||
Then restart NAOqi. | ||
|
||
## Requirements | ||
* A Nao Robot. | ||
|
||
## Help needed | ||
You can help me by <a href="https://github.com/Fabrimat/Nao-ChoregrapheDisconnector/issues">proposing improvements or reporting bugs</a>. | ||
|
||
## License | ||
ChoregrapheDisconnector is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for more information. | ||
|
||
## Project Status & Download | ||
ChoregrapheDisconnector's current version is **0.7**. You can download the latest release from <a href="https://github.com/Fabrimat/Nao-ChoregrapheDisconnector/releases/tag/0.7">here</a>. Otherwise you can get the latest development version by cloning this repository. |