start-jsk / jsk_apc

Other
36 stars 35 forks source link

ERROR: no rosdep rule for 'libcmt' #2689

Closed wkentaro closed 5 years ago

wkentaro commented 5 years ago
% rosdep resolve libcmt --rosdistro indigo
ERROR: no rosdep rule for 'libcmt'

It works on kinetic.

knorth55 commented 5 years ago
rosdep resolve libcmt --rosdistro indigo --os=ubuntu:trusty
#apt
ros-indigo-libcmt
wkentaro commented 5 years ago
% rosdep resolve libcmt --rosdistro indigo --os=ubuntu:trusty
ERROR: no rosdep rule for 'libcmt'
wkentaro commented 5 years ago

image

knorth55 commented 5 years ago
rosdep update --include-eol-distros

?

wkentaro commented 5 years ago

It works! So should we add it to jsk_travis?

wkentaro commented 5 years ago

Was included. So I will update .travis.

https://github.com/jsk-ros-pkg/jsk_travis/blob/8d982cf425ea25492ffc3797857598045072e5bb/travis.sh#L199

knorth55 commented 5 years ago

:+1: