Skip to content

CURG-archive/robot_server_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This repo is cenetered around a Docker container for a ROS workspace designed to control the barrett hand and staubli robotic arm. It is currently a work in progess.

Dependencies:

Docker

ROS (if you want to interact with the server from the host machine)

Currently implemented:

  • Barrett hand (see here)
  • Staubli arm
  • Planner
  • Launch file / controller for both parts of the robot

Building the container image:

docker build -t curg-robot-server .

Running the robot:

docker run -d --privileged curg-robot-server This will spin up a robot-server in the background. The server will automatically connect to a rosmaster running on docker's host machine (port 11311).

To run the container in interactive mode in a bash shell you can run the following command: docker run --privileged -ti curg-robot-server bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published