Skip to content

Open Maniipulator + Node RED controller + Docker

Notifications You must be signed in to change notification settings

ductility/om-nodered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Manipulator Node-RED Controller + Docker

It is a software that operates an Open-Manipulator with Docker.

Installation

Install nvidia drivers.

$ sudo apt-add-repository ppa:graphics-drivers/ppa
$ sudo apt remove nvidia*
$ sudo apt autoremove
$ sudo ubuntu-drivers autoinstall

Install nvidia-container-toolkit

# Add the package repositories
$ distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
$ curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
$ curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list

$ sudo apt update && sudo apt install -y nvidia-container-toolkit
$ sudo systemctl restart docker

Pull ductility/om-nodered Docker image.

$ docker pull ductility/om-nodered

Clone this Repository

git clone https://github.com/ductility/om-nodered.git

RUN

Move to om-nodered

cd om-nodered

Run docker container

$ ./run-docker.sh

If you want to use an additional terminal in the container, use the following command on the host.

$ ./exec.sh

About

Open Maniipulator + Node RED controller + Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published