xsens / xsens_mti_ros_node

ROS node driver for Xsens devices.
84 stars 49 forks source link

Fix install by removing install rule for non-existent launch folder in xsens_msgs #49

Open skohlbr opened 5 years ago

skohlbr commented 5 years ago

Remove install rule which clearly is wrong (likely copy and paste leftover). Without this fix, the catkin install step fails.

skohlbr commented 5 years ago

Turns out the install rules for the "config" and "launch" folders also had to be added to the xsens_driver package to make the repo work with catkin install.