Skip to content

SudhanshuKulkarni24/ERC-Robotic-Arm---Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Docker based on the instructions on https://docs.docker.com/get-started/get-docker/

Getting the ros noetic image

docker pull ros:noetic-robot

Build the Docker image

docker build -t erc_robotic_arm_image .

Run the Docker container

docker run -it erc_robotic_arm_image /bin/bash
cd src/erc_robotic_arm/launch/
chmod +x control.launch
roslaunch control.launch --device=/dev/input/js0 --device=/dev/ttyACM0

Change the value of the two device attribute based on the port names of your device to which the joystick and Arduino is connected to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published