Skip to content

Commit

Permalink
Add in the Eigen dependency to velodyne_pointcloud (#545)
Browse files Browse the repository at this point in the history
* fix(build): add missing `eigen` dependency

Signed-off-by: Chris Lalancette <[email protected]>
Co-authored-by: Ananth Venkatesh <[email protected]>
  • Loading branch information
clalancette and quantum9Innovation authored Oct 30, 2024
1 parent f802360 commit 9f3104f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions velodyne_pointcloud/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>pkg-config</build_depend>

<depend>angles</depend>
<depend>diagnostic_updater</depend>
<depend>eigen</depend>
<depend>geometry_msgs</depend>
<depend>libpcl-all-dev</depend>
<depend>message_filters</depend>
Expand Down

0 comments on commit 9f3104f

Please sign in to comment.