Some string utilities for FANUC KAREL.
You must have ROBOGUIDE installed and the the WinOLPC bin directory needs to be on your system $PATH.
- Download GnuWin if you don't already have it
- Clone the repository
- Run
make
to build the KAREL binary PC files - Run
make deploy
to upload to virtual robot at localhost - Run
make test
to test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request