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

can't use ros1 and ros2 class_loader #109

Open Karsten1987 opened 5 years ago

Karsten1987 commented 5 years ago

while developing rosbag2, we encountered that we have cyclic dependencies when trying to use ROS1 and ROS2 packages which both use their form of class loader. We worked around that by excluding "nodelets" from the ros1_bridge (as nodelets bring the dependency of class_loader).

see https://github.com/ros2/ros1_bridge/pull/152

The original issue and description can be found here: https://github.com/ros2/rosbag2/pull/69