Giter VIP home page Giter VIP logo

proglab2_robot's Introduction

Proglab2 - Project 6

Project 6 in TDT4113: Behavior-Based Robot Control

Behaviors

  • Walk in park (random search)
  • Crash detector
    • Ultrasonic sensor
    • IR proximity sensor
  • Red flag detector
    • Camera
    • Only use camera when distance is less than XX

Install

To install the system, run the following commands

$ git clone https://github.com/kapteinstein/proglab2_robot
$ sudo ln -s /home/$USER/proglab2_robot/plab-robot.service /etc/systemd/system/plab-robot.service
$ sudo systemct enable plab-robot # disable to disable autostart

The robot will now fetch a new version every time it is booted with a connected ethernet cable. The main.py is also executed automatically.

To see the status of the execution (after latest boot), run:

$ sudo journalctl -u plab-robot -b

To stop and start the execution run

$ sudo systemctl stop plab-robot # You can now run other test stuff
$ sudo systemctl start plab-robot

About

Anders Granås, Erik Liodden, Odin Ugedal, Ole Kristian Vingdal

proglab2_robot's People

Contributors

anderog avatar odinuge avatar olekvin 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.