KatLab-MiyazakiUniv / hackev_on_off_linetrace

Educational program for LEGO Mindstorm using EV3RT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackev_on_off_linetrace

In this repository, we are developing an educational program for LEGO Mindstorm using EV3RT. The running body is assumed to be HackEV.

Usage

In the workspace, type the following command.

docker run --rm -it -v $PWD:/home/hrp2/sdk/workspace/product korosuke613/etrobo-docker

or

./make_docker.sh

An executable file named "app" is created.

ls
LICENSE      Makefile.inc README.md    app          app.cfg      app.cpp      app.h      apps

Class Diagram

クラス図

Use Remote Container for VSCODE

You can use Remote Container.

Reference: https://tech.actindi.net/2019/06/18/085723

About

Educational program for LEGO Mindstorm using EV3RT.

License:MIT License


Languages

Language:C++ 52.9%Language:C 22.4%Language:Shell 19.8%Language:Makefile 2.9%Language:Dockerfile 2.0%