OpenRAVE 0.9 runtime environment with full dependency stack (Debian Stretch, amd64)
171
This image provides a full OpenRAVE 0.9 runtime environment compiled from the production branch. It is built on Debian Stretch (amd64) and is intended for use in headless environments like AWS EC2 or CI pipelines.
Includes OpenSceneGraph, Boost, FCL, RapidJSON, PyBind11, MsgPack, and Python 2.7 packages (numpy, sympy, pillow, pyopengl).
Run an interactive shell:
docker run -it gopityro/openrave-server bash
Test OpenRAVE:
python2
>>> import openravepy
>>> env = openravepy.Environment()
>>> print("OpenRAVE works:", env)
openrave.py --example graspplanning --viewer null
docker run -it -v $(pwd)/robots:/data gopityro/openrave-server bash
openrave-robot.py /data/your_robot.dae
Content type
Image
Digest
sha256:1b6d481b5…
Size
2 GB
Last updated
about 1 year ago
docker pull gopityro/openrave-server