8000 GitHub - MostafaGomaa/docker-robotics: Docker images related to robotics
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MostafaGomaa/docker-robotics

 
 

Repository files navigation

Docker Images for Robotics

This repository contains images related to Robotics development.

Fedora Robotics Image

This image is based on the Docker Fedora image. It additionally adds a number of packages relevant to develop and run robotics software on Fedora. In particular, it is suitable to build and use ROS and Fawkes. The current image is based on Fedora 25.

Fedora ROS Image

This image is based on the Fedora Robotics Image. A build downloads and installs ROS to /opt/ros. The current image is based on Fedora 25 and ROS Kinetic.

Fawkes Robotino Image

This image is based on the Fedora ROS image. It adds all software required to run the RoboCup Logistics League Simulation. It has been tested to run on Fedora 25 and Ubuntu 14.04. You can run this image with:

xhost local:root
docker run --rm -it -v /tmp/.X11-unix:/tmp/.X11-unix \
           -e DISPLAY=unix$DISPLAY --name rcll-sim \
       timn/rcll-sim:2016-f25-kinetic-standalone

Note

The images serve as a proof-of-concept that this can be done. We make no promises as to how often we maintain the images. However, should you find and fix issues we happily take pull requests!

About

Docker images related to robotics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.8%
  • Python 12.2%
0