Skip to content

Docker image to run on a computer connected to an iRobot Create 2 robot to control it with the keyboard.

Notifications You must be signed in to change notification settings

bramtoula/docker_create2_keyboard_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

docker_create2_keyboard_control

Docker image to run on a computer connected to an iRobot Create 2 robot to control it with the keyboard.

Tested on an Nvidia Jetson TX1.

Build the image:

cd docker
docker build -t create2-keyboard .

Run the image, giving access to the USB devices (Not very secure with the --privileged option):

docker run -it --privileged create2-keyboard

You should then be able to control the movements of the robot with your keyboard.

About

Docker image to run on a computer connected to an iRobot Create 2 robot to control it with the keyboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published