Giter Site home page Giter Site logo

docker-ros's Introduction

December 2018

Dockerfile placed in root directory to deploy ROS Kinetic in Balena OS

export ROS_MASTER_URI=http://$HOSTNAME:11311

!!!!!! Unable to contact my own server at [http://2741f7d:38871/] !!!!!!

August 2017

docker-ROS

Docker images for using ROS in Robots based in Raspberry Pi SBC

These images are built on top of esteve/ros:kinetic-robot-armhf

  • Dockerfile in folder kinetic-robot-armhf -> ROS Kinetic for ARMHF devices

    • BUILD THE IMAGE:
$ docker build -t local/ros-catkin:kinetic-robot-armhf .
  - RUN A BASH SESSION:
$ docker run --name ros-kinetic -it local/ros-catkin:kinetic-robot-armhf

ย  * Dockerfile in folder kinetic-jus_avoid -> Robot JUS, package 'jus_avoid'. Try by running in the shell the command 'roslaunch jus_avoid avoid_obstacles.launch'

  - BUILD THE IMAGE:
$ docker build -t local/ros-catkin:kinetic-jus_avoid .
  - RUN A BASH SESSION:
$ docker run --name ros-jus_avoid -it --privileged local/ros-catkin:kinetic-jus_avoid

This container includes 'VOLUME /dev:/dev'. So you just need to use the flag '--privileged' for accessing serial devices when running it.

Docker hub URL for pulling the images is:

https://hub.docker.com/r/therobotacademy/ros-catkin/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.