Skip to content

Commit 02f6550

Browse files
committed
More fixes
1 parent 4cae743 commit 02f6550

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

fuse_constraints/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<license>BSD</license>
1616

1717
<buildtool_depend>catkin</buildtool_depend>
18-
<depend>libceres-dev</depend>
18+
<depend>ceres-solver</depend>
1919
<depend>eigen</depend>
2020
<depend>fuse_core</depend>
2121
<depend>fuse_graphs</depend>

fuse_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<license>BSD</license>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
15-
<depend>libceres-dev</depend>
15+
<depend>ceres-solver</depend>
1616
<depend>eigen</depend>
1717
<depend>fuse_msgs</depend>
1818
<depend>pluginlib</depend>

fuse_graphs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<license>BSD</license>
1515

1616
<buildtool_depend>catkin</buildtool_depend>
17-
<depend>libceres-dev</depend>
17+
<depend>ceres-solver</depend>
1818
<depend>fuse_core</depend>
1919
<depend>pluginlib</depend>
2020
<depend>roscpp</depend>

fuse_loss/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

16-
<depend>libceres-dev</depend>
16+
<depend>ceres-solver</depend>
1717
<depend>fuse_core</depend>
1818
<depend>pluginlib</depend>
1919
<depend>roscpp</depend>

fuse_models/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<buildtool_depend>catkin</buildtool_depend>
1616

1717
<depend>boost</depend>
18-
<depend>libceres-dev</depend>
18+
<depend>ceres-solver</depend>
1919
<depend>eigen</depend>
2020
<depend>fuse_constraints</depend>
2121
<depend>fuse_core</depend>

fuse_variables/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<license>BSD</license>
1414

1515
<buildtool_depend>catkin</buildtool_depend>
16-
<depend>libceres-dev</depend>
16+
<depend>ceres-solver</depend>
1717
<depend>fuse_core</depend>
1818
<depend>pluginlib</depend>
1919
<depend>roscpp</depend>

0 commit comments

Comments
 (0)