Giter VIP home page Giter VIP logo

robo_grisp's Introduction

robo_grisp

A GRiSP and ROSiE application. This is meant to be used on a physical robot, presented at CODE BEAM Stockholm 2022.

Build

rebar3 compile

Deploy

rebar3 grisp deploy

Generate the first SD image for robo_grisp 0.1.0

git checkout 0.1.0
git reset --hard
rm -rf _build/grisp/rel
rm -rf _build/grisp/lib/robo_grisp
rebar3 grisp deploy

Serial

./serial.sh

Version 0.2.0, relup and tar ball

git checkout 0.2.0
git reset --hard
rebar3 grisp deploy
rebar3 as grisp appup generate
rebar3 as grisp relup --relname robo_grisp --relvsn 0.2.0
rebar3 as grisp tar

Release upgrade

In the same LAN of the grisp board running v 0.1.0 simply run:

./upgrade.sh

Remote shell

To spawn a remote shell run:

./remote_shell.sh

Connected rebar3 shell

Usefull to easely net-load modules, for example:

rebar3 dev
> r3:compile().
> nl(robo_grisp).

robo_grisp's People

Contributors

ziopio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rosie-project

robo_grisp's Issues

NOTE! Module Clash between plugins

Keep in mind that rebar3_appup_plugin clashes with a module in the the depedency tree of rebar3_grisp.

rebar3_appup_plugin -> string_compat
github.com/lrascao/string_compat/src/string_compat.erl

rebar3_grisp -> grisp_tools -> hackney -> unicode_util_compat
github.com/benoitc/unicode_util_compat/src/string_compat.erl

This project is usable since rebar3_appup_plugin is listed BEFORE rebar3_grisp so the second module shadows the first one.

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.