cimplart / ev3dds

Lego Mindstorm EV3 DDS agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ev3dds

Lego Mindstorm EV3 DDS agent

To build the docker image:

docker build -t myev3cc .

To run the image in container:

docker run -it -v /home/$USER/projects/ev3dds/:/src -w /src myev3cc

Preparing target system - based on ev3dev-stretch image

~ In the docker container, pack the installed software

cd /src tar czf ev3dds.tgz /opt/ev3dds

~ Copy the file to EV3 with scp and unpack in /opt ~ Add the line /opt/ev3dds/lib to /etc/ld.so.conf ~ Run

sudo ldconfig

Running the agent

  • Copy the program ev3ddsnonde to the EV3 with scp.
  • Log into the machine with ssh and start the program.

About

Lego Mindstorm EV3 DDS agent

License:MIT License


Languages

Language:C++ 82.7%Language:Dockerfile 13.4%Language:CMake 3.9%