Skip to content

DanielWikman/zumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First of all, original code is from 2016, using some weird techniques I never have seen at a at a customers place ever: dropwizard and guice.

I did not update it that much.

--- How to get a ZUMO robot working. ---

This project requires a zumo robot kit with a motor control circuit and some wiring harnesses: https://www.pololu.com/category/129/zumo-robots-and-accessories You will need chassis, 2x motors (I used 75 version), and a DRV8833 chip. https://www.pololu.com/product/2130 Wiring stuff I got from kjell.com.

Regarding the raspberry...

   $  sudo apt-get --yes install git-core gcc make
   $  cd ~
   $  git clone https://github.com/WiringPi/WiringPi --branch master --single-branch wiringpi
   $  cd ~/wiringpi
   $  sudo ./build

How to get PS4 controller working:

Install this on your rpi, with a java -cp zumo.jar server zumo.yaml start command It will die if it does not find any Joysticks.

This is the service file for linux:

Description=zumo
Wants=bluetooth.target
After=bluetooth.target

[Service]
User=root
WorkingDirectory=/home/ubuntu/zumo
ExecStart=java -jar zumo.driver-1.0-SNAPSHOT.jar server zumo.yml
TimeoutStopSec=10
Restart=on-failure
RestartSec=60

[Install]
WantedBy=multi-user.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages