Adding Gazebo Docs

This commit is contained in:
ruffsl 2015-06-30 18:55:01 -07:00
parent 1afb455eb8
commit 54c75ffef8
6 changed files with 48 additions and 0 deletions

1
gazebo/README-short.txt Normal file
View File

@ -0,0 +1 @@
Gazebo is an open source project for simulating robots, offering robust physics and rendering.

15
gazebo/README.md Normal file
View File

@ -0,0 +1,15 @@
# Supported tags and respective `Dockerfile` links
%%TAGS%%
For more information about this image and its history, please see the [relevant manifest file (`library/%%REPO%%`)](https://github.com/docker-library/official-images/blob/master/library/%%REPO%%) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).
%%CONTENT%%%%VARIANT%%%%LICENSE%%
# Supported Docker versions
%%DOCKER-VERSIONS%%
# User Feedback
%%USER-FEEDBACK%%

30
gazebo/content.md Normal file
View File

@ -0,0 +1,30 @@
# What is [Gazebo](http://www.gazebosim.org/)?
Robot simulation is an essential tool in every roboticist's toolbox. A well-designed simulator makes it possible to rapidly test algorithms, design robots, and perform regression testing using realistic scenarios. Gazebo offers the ability to accurately and efficiently simulate populations of robots in complex indoor and outdoor environments. At your fingertips is a robust physics engine, high-quality graphics, and convenient programmatic interfaces. Best of all, Gazebo is free with a vibrant community.
> [wikipedia.org/wiki/Gazebo_simulator ](https://en.wikipedia.org/wiki/Gazebo_simulator)
[%%LOGO%%](http://www.gazebosim.org/)
# How to use this image
## Create a `Dockerfile` in your Gazebo project
FROM gazebo:gzserver5
# place here your application's setup specifics
CMD [ "gzserver", "my-gazebo-app-args" ]
You can then build and run the Docker image:
docker build -t my-gazebo-app .
docker run -it --rm --name my-running-app my-gazebo-app
# More Resources
[Gazebosim.org](http://www.gazebosim.org/): Main Gazebo website
[Answers](http://answers.gazebosim.org/): Find answers and ask questions
[Wiki](https://bitbucket.org/osrf/gazebo/wiki): General information and tutorials
[Mailing List](https://groups.google.com/a/osrfoundation.org/d/forum/gazebo): Join for news and announcements
[Simulation Models](https://bitbucket.org/osrf/gazebo_models/src): Robots, objects, and other simulation models
[Blog](http://wiki.gazebosim.org/blog.html): Stay up-to-date
[OSRF](http://www.osrfoundation.org/): Open Source Robotics Foundation

1
gazebo/license.md Normal file
View File

@ -0,0 +1 @@
Gazebo is open-source licensed under [Apache 2.0](http://opensource.org/licenses/Apache-2.0).

BIN
gazebo/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -32,6 +32,7 @@ declare -A otherRepos=(
[debian]='https://github.com/tianon/docker-brew-debian'
[docker-dev]='https://github.com/docker/docker'
[fedora]='https://github.com/lsm5/docker-brew-fedora'
[gazebo]='https://github.com/osrf/docker_images'
[glassfish]='https://github.com/aws/aws-eb-glassfish'
[haskell]='https://github.com/freebroccolo/docker-haskell'
[hipache]='https://github.com/dotcloud/hipache'