Skip to content

Commit

Permalink
chore(autoware_pointcloud_preprocessor): add missing dependencies
Browse files Browse the repository at this point in the history
GMP is required in CMakeLists.txt. MPFR is required by GMP not
installed by default with GMP (Debian GMP package has MPFR dependency
only as a suggestion: https://packages.debian.org/sid/libgmp-dev).

Signed-off-by: Michal Sojka <[email protected]>
  • Loading branch information
wentasah committed Jan 17, 2025
1 parent 64e4e21 commit 49323fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sensing/autoware_pointcloud_preprocessor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
<depend>cv_bridge</depend>
<depend>diagnostic_updater</depend>
<depend>image_transport</depend>
<depend>libgmp</depend>
<depend>libopencv-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>message_filters</depend>
<depend>mpfr</depend>
<depend>nav_msgs</depend>
<depend>pcl_conversions</depend>
<depend>pcl_msgs</depend>
Expand Down

0 comments on commit 49323fa

Please sign in to comment.