====== Write Your Own Application ====== In order to alter and extends the original software controlling the delta robot follow the steps given in [[https://wiki.eeros.org/getting_started/kdevelop|Using an Integrated Development Environment]]. After making your adaptions and successfully building it you continue with deploying it to the hardware. As soon as you want to write your own application code and run it on the hardware you have to stop the original autostart application or you make the autostart script non-executable. ost@bblue:$ chmod -x bin/start.sh ===== Hello World ===== See [[https://wiki.eeros.org/getting_started/write_app/use_on_bbb|Writing EEROS Applications for Beaglebone Blue Board]] to write a simple EEROS program. Check more examples on [[http://wiki.eeros.org/getting_started/tutorials/start|Tutorials]].