Coder Social home page Coder Social logo

obot-scripts's Introduction

obot-scripts

Shell scripts for working with obot-controller.

It can be handy to have command-line hooks to automate the build/push/check cycle. It is possible to do all of this automation in the IDE of one's choosing, these scripts may give hints on how to set that up.

  • motor_build.sh - Does a standard build for the target defined in the environment variable MOTOR_TARGET.
  • motor_push.sh - Pushes the build (parameters and program) over USB to the device for target defined in the environment variable MOTOR_TARGET.
  • motor_check.sh - Phase-locks and applies current for an attached device.
  • motor_bench.sh - Aggregates run-time statistics and logs them to a file for an attached device.
  • project_build.sh - Builds a collection of configs that should represent the project.

Installation

  1. Clone the repo or copy the files to a location of your choosing.
  2. Setup your .bashrc with the following aliases as appropriate:
export MOTOR_TARGET=motor_hall
alias mbuild="bash ~/obot-scripts/motor_build.sh"
alias mpush="bash ~/obot-scripts/motor_push.sh"

alias mbench="bash ~/obot-scripts/motor_benchmark.sh"
alias mcheck="bash ~/obot-scripts/motor_check.sh"
alias pbuild="bash ~/obot-scripts/project_build.sh"

obot-scripts's People

Contributors

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