ROS desktop-full docker images with Qt C++ debug tool-chain for any Linux distributions.
2.6K

ROS desktop-full docker images with Qt C++ debug tool-chain for Fedora and other Linux users who do not use Ubuntu.
This project aims to build an All-in-One development environment for robot learning including robotics and deep reinforcement learning and a portable platform for intelligent robot applications.
gazebo simulationQtCreator and RoboWare as ROS IDE which supports build and debug your ROS packagesindigo and kinetic version$ docker pull jacknlliu/ros:kinetic-ide-init
See it on docker hub.
$ xhost +
docker run --privileged \
--security-opt label=disable \
--security-opt seccomp=unconfined \
--env="DISPLAY" --env QT_X11_NO_MITSHM=1 \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--volume="/home/<your_user_name>/Workspace:/data:rw" \
--volume="/path/to/gazebo_models:/home/ros/.gazebo/models:rw" \
--name="ros_kinetic" \
jacknlliu/ros:kinetic-ide-init terminator
NOTE:
/home/<your_user_name>/Workspace defines your workspace according to your own workspace to share between your host and docker container,
/path/to/gazebo_models defines your gazebo models directory path.
Run the above command just in the first time, later please just run the container with its name, this will keep things easy.
$ docker start ros_kinetic
If this project really help you, you can pay for it.
Just scan the following QR code using Alipay mobile application, and any amount will be OK.

enjoy it!
This project is distributed under MIT License.
Content type
Image
Digest
Size
2.1 GB
Last updated
over 7 years ago
docker pull jacknlliu/ros:kinetic-gazebo7-ide