gnoliyil/pr2_kinetic_packages

Package will not be found on kinetic

Closed this issue · 3 comments

I tried to install it by creating new package and got following error
ERROR: dependency [pr2_controllers_msgs] cannot be found

I solved it using control_msgs instead of pr2_controllers_msgs

This compilation error can be solved by compiling only the "pr2_controllers_msgs" package first:

> catkin_make --pkg pr2_controllers_msgs

Then you can run the catkin_make command again:

> catkin_make

Alright, thanks for the tip.