uzh-rpg / rpg_monocular_pose_estimator

A monocular pose estimation system based on infrared LEDs
GNU General Public License v3.0
134 stars 78 forks source link

Splitting the single package into a library and a ros node package #2

Closed mfaessle closed 10 years ago

mfaessle commented 10 years ago

I split the monocular_pose_estimator package into a monocular_pose_estimator_lib package which contains a library of the pose estimator as well as a monocular_pose_estimator package which contains a ROS wrapper for the library. Now the library package only depends on Eigen and OpenCV and not on ROS (This has already been the case before but the files were just packed into one single ROS package).