User Tools

Site Tools


dev

This is an old revision of the document!


Write Your Own Application

As soon as you want to write your own application code and run it on the hardware you have to stop the original application. However, after stopping the system will power down and you will loose your connection from the host system. To avoid this and make your system fit for your own development need you have to make the start script non-executable. Please beware that you do this while the Delta application is still running.

debian@beaglebone:$ sudo chmod -x /opt/eeros/bin/start.sh 

You can now stop the application and the system will shutdown. Bring it up again. It will now run without starting the Delta application and you are free to develop your own program.

Hello World

See Say Hello with EEROS to write a simple EEROS program. Check more examples on Tutorials.

In order to alter and extends the original software controlling the delta robot follow the steps given in Use KDevelop with Existing Build Configuration

Run the Application not on Startup - Testing

If you want to test the application without start-up script, you can type on one terminal the following:

cd /dev/input
sudo cat event1

And in a second terminal

cd /opt/eeros/bin
sudo ./delta -c HwConfigBBBlue.json
dev.1574324541.txt.gz · Last modified: 2019/11/21 09:22 by graf