leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.49k stars 413 forks source link

Eigen is not a exec_depend. #29

Closed peci1 closed 4 years ago

peci1 commented 4 years ago

Eigen has no libraries, so it is not a runtime dependency.

tomlankhorst commented 4 years ago

@peci1 Thanks for the improvements.