Skip to content

Commit

Permalink
Depend on libceres-dev in package.xml for ROS. (#1750)
Browse files Browse the repository at this point in the history
This changes cartographer_ros to no longer build
Ceres and instead uses libceres-dev for which a
suitable version is provided by ROS for Kinetic.

Related to #1705.

Signed-off-by: Wolfgang Hess <whess@lyft.com>
  • Loading branch information
wohe committed Sep 24, 2020
1 parent c541606 commit 1ad6398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<build_depend>python3-sphinx</build_depend>

<depend>boost</depend>
<depend>ceres-solver</depend>
<depend>eigen</depend>
<depend>libcairo2-dev</depend>
<depend>libceres-dev</depend>
<depend>libgflags-dev</depend>
<depend>libgoogle-glog-dev</depend>
<depend>lua5.2-dev</depend>
Expand Down

0 comments on commit 1ad6398

Please sign in to comment.