rosdep install showing independency/not available
hi, i got error after running rosdep install
asus@asus-X556UQK:~/catkin_ws$ rosdep install --from-paths /home/asus/catkin_ws/src --ignore-src
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
amcl: [python3-pykdl] defined as "not available" for OS version [xenial]
how to fix this?
Just to make sure: do you need to build AMCL from source?
On Kinetic, it's available as a Deb package and
sudo apt install ros-kinetic-amcl
should install it.