This modification fixes the implementation of the Dockerfile. As it was tested on : proc_mapping the problem was that ROS was not properly instanciated.
This PR simply changes the Dockerfile to fix the problem.
It also adds remote container setup.
Fixes
Link all the related issues from the issue tracker
Closes: #
How has this been tested ?
start a ros-master : $ docker run --network host ros:melodic-ros-core stdbuf -o L roscore -t ros-master
connect to ros-master : $ docker exec -it ros-master bash
Description
This modification fixes the implementation of the Dockerfile. As it was tested on : proc_mapping the problem was that ROS was not properly instanciated.
This PR simply changes the Dockerfile to fix the problem.
It also adds remote container setup.
Fixes
Link all the related issues from the issue tracker
How has this been tested ?
$ docker run --network host ros:melodic-ros-core stdbuf -o L roscore -t ros-master
$ docker exec -it ros-master bash
Checklist