tu-darmstadt-ros-pkg / hector_localization

The hector_localization stack is a collection of packages, that provide the full 6DOF pose of a robot or platform.
83 stars 61 forks source link

hector_pose_estimation_nodelets.xml is missing from Kinetic release #13

Open clydemcqueen opened 6 years ago

clydemcqueen commented 6 years ago

CMakeLists.txt is missing an install step for hector_pose_estimation_nodelets.xml. I believe that this is the fix:

install(FILES hector_pose_estimation_nodelets.xml DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )