ros / class_loader

ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
http://www.ros.org/wiki/class_loader
35 stars 95 forks source link

fix non-ros install #96

Closed ahoarau closed 6 years ago

ahoarau commented 6 years ago

It sets missing CATKIN_PACKAGE_BIN_DESTINATION to bin/class_loader. Please note that this is a bit different from catkin as it sets it to lib/class_loader.

mikaelarguedas commented 6 years ago

Thanks @ahoarau for pointing it out. It looks like the fix didnt get fowrard ported to melodic: Can you check if https://github.com/ros/class_loader/pull/97 solves your issue ?

Thanks!

ahoarau commented 6 years ago

It does ! Thanks