Username: Password:

Author Topic: Gunbot RT Edition v.9.5.1 on Raspberry Pi  (Read 6771 times)

Offline kloden

  • Rookie
  • *
  • Posts: 3
    • View Profile
Gunbot RT Edition v.9.5.1 on Raspberry Pi
« on: May 19, 2018, 09:31:36 PM »
Hi all,

I have now finaly got my Raspberry Pi and all works perfect. I only now need so it startup auto if power go or something.

Raspberry Pi startup fine auto, just need so it startup the bot also :)

How i do so?

Thanks

Offline @g@t@

  • Rookie
  • *
  • Posts: 15
    • View Profile
Re: Gunbot RT Edition v.9.5.1 on Raspberry Pi
« Reply #1 on: May 20, 2018, 05:52:45 PM »
Hello,

please refer to this guide!

http://robots.mobilerobots.com/wiki/Running_a_Program_at_Linux_Startup

Hope this helps!

Offline ruphus

  • Rookie
  • *
  • Posts: 68
    • View Profile
Re: Gunbot RT Edition v.9.5.1 on Raspberry Pi
« Reply #2 on: June 06, 2018, 04:28:59 PM »
in terminal use:
Code: [Select]
crontab -e
and add

Code: [Select]
@reboot /home/**USERNAME**/path/to/gunbot/folder/gunthy-arm
to the last line.