GithubHelp home page GithubHelp logo

satoshirobatofujimoto / pythonpilot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yanbarurobotics/pythonpilot

0.0 0.0 0.0 58 KB

An Open Source Python Framework for Prototyping ADAS and Autonomous Vehicles

License: Apache License 2.0

Python 99.67% Shell 0.33%

pythonpilot's Introduction

PythonPilot

This is an Open Source Python Framework for prototyping ADAS and Autonomous Vehicles. It supports only Lateral Control now.

Table of Contents

Tested Development Environment

  • Processer: Intel Core i9-9900K CPU @ 3.60GHz ร— 16
  • Memory: 16GB
  • Graphics: NVIDIA GeForce RTX 2080/PCIe/SSE2
  • OS Types: Ubuntu 16.04 LTS 64-bit
  • Disk: 240GB

Getting Started

Clone Repository

$ cd ~/
$ git clone https://github.com/YanbaruRobotics/PythonPilot

Prerequisites

  • Python 3.5.x

  • matplotlib 3.0.2

  • numpy 1.16.1

  • OpenCV 3.4.5

  • scipy 1.2.1

  • tensorflow 1.13.0

$ cd ~/PythonPilot/
$ sudo pip3 install -r requirements.txt

Download and uncompress the model

$ cd ~/PythonPilot/
$ wget https://www.dropbox.com/s/i7b6eyzucoxs0fq/models.zip   # 800 MB
$ unzip models.zip
$ rm -r models.zip

Download and uncompress sample log data

$ cd ~/PythonPilot/
$ wget https://www.dropbox.com/s/mo6zo1oo2s46l02/log.zip   # 600 MB
$ unzip log.zip
$ rm -r log.zip

Running the demo

Lunch a vehicle server

$ cd ~/PythonPilot/scripts/
$ bash run_vehicle_main.sh

Lunch a pilot client

Open a new terminal.

$ cd ~/PythonPilot/scripts/
$ bash run_pilot_main.sh

Stop Program

Type 'Ctrl' + 'c' in both terminals.

Architecture

Use Cases

You can see other example videos at here.

Acknowledgments

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

THIS IS ALPHA QUALITY SOFTWARE FOR RESEARCH AND EDUCATION PURPOSES ONLY. YOU ARE RESPONSIBLE FOR USING WITH LOCAL LAWS AND REGULATIONS. NO WARRANTY EXPRESSED OR IMPLIED.

pythonpilot's People

Contributors

shirokunet 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.