How to creat full ros kinetic for docker?

asked 2018-12-21 05:27:23 -0500

Rachel gravatar image

updated 2018-12-21 05:34:09 -0500

Hi everyone, I want to using ros kinetic in docker. I tried the image from docer hub. But I find it did't include all package. So I made a dockerfile by myself. For most packages were succeed. But I got these errors.

E: Unable to locate package ros-kinetic-doc
E: Unable to locate package ros-kinetic-common-lisp
E: Unable to locate package ros-kinetic-OpenCV-3.3.1-dev
E: Couldn't find any package by glob 'ros-kinetic-OpenCV-3.3.1-dev'
E: Couldn't find any package by regex 'ros-kinetic-OpenCV-3.3.1-dev'
E: Unable to locate package ros-kinetic-man

Is it necessary? I also can use Opencv out of ros.

Thank you at first.

Rachel

edit retag flag offensive close merge delete