Giter Site home page Giter Site logo

nrc_software's Introduction

nrc_software

Software for the NRC AVC 2019/20 robot

Setup

Dependencies

This setup assumes and has only been tested on a Raspberry Pi 3 running Ubuntu 18.04.3 with ROS Melodic installed.

You must clone this repo into /home/nrc/ for the setup to work. The scripts assume that /home/nrc/nrc_software exists. This will (hopefully but probably not) be improved in the future.

Run on boot

To setup running on boot, run sudo ./setup from within the setup directory. This will copy setup/systemd/nrc.service into the /etc/systemd/system/ directory to create the nrc service. It will also run systemctl enable nrc which enables the nrc service to run on startup.

Configuring startup

On boot, setup/systemd/nrc_start.sh will be ran. Modify this as needed.

The nrc service

The nrc service is a systemd service unit so it can controlled using service or systemctl.

Common use cases:

sudo service nrc start to start the service.

sudo service nrc stop to stop the service.

sudo service nrc restart to restart the service.

sudo service nrc status to view the active status of the service.

sudo systemctl enable nrc to enable the service running on startup.

sudo systemctl disable nrc to disable the service running on startup.

sudo journalctl -e -t nrc_logs to view logs.

nrc_software's People

Contributors

ddevoreou avatar jkleiber avatar noahzemlin avatar thaddeusmorris avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kevin-robb

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.