GithubHelp home page GithubHelp logo

raspberryrobot / vehiclecontrol Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 43 KB

Control system for RaspberryPi robotic vehicle.

Python 100.00%
raspberrypi motor control robot server python cytron

vehiclecontrol's Introduction

vehiclecontrol

Control system for RaspberryPi robotic vehicle.

Tested OK with Raspbian Stretch on Raspberry Pi 3 B+.

Motor control interface is Cytron HAT-MDD10.

Written in python3.

4 programs are provided:

Motor control - rover_control_module_UDP.py
System commands - rover_system_module_TCP.py
Video server - rover_video_module_TCP.py
Startup script - start.py

Step 1 - Create a directory /rover owned by user pi

$ sudo -s
$ cd /
$ mkdir /rover
$ chown pi:pi /rover

Step 2 - Clone current repo and copy files in directory /rover

$ cd /rover
$ git clone https://github.com/raspberryrobot/vehiclecontrol

You should have these files in directory /rover/vehiclecontrol

rover_control_module_UDP.py
rover_system_module_TCP.py
rover_video_module_TCP.py
start.py

Step 3 - Fix program permissions

$ cd /rover/vehiclecontrol
$ chmod +x *.py

Step 4 - Manage startup execution with cron

$ crontab -e

Add the following line

@reboot /rover/vehiclecontrol/start.py

Step 5 - Reboot

Control programs will be started at next reboot

vehiclecontrol's People

Contributors

framboiserobot avatar raspberryrobot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.