also update gtsam version in ROS package.xml
parent
65aaaaadc9
commit
044582ca4a
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>gtsam</name>
|
<name>gtsam</name>
|
||||||
<version>4.0.0</version>
|
<version>4.0.2</version>
|
||||||
<description>gtsam</description>
|
<description>gtsam</description>
|
||||||
|
|
||||||
<maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>
|
<maintainer email="gtsam@lists.gatech.edu">Frank Dellaert</maintainer>
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|
||||||
<buildtool_depend>cmake</buildtool_depend>
|
<buildtool_depend>cmake</buildtool_depend>
|
||||||
|
|
||||||
<build_depend>boost</build_depend>
|
<build_depend>boost</build_depend>
|
||||||
<build_depend>eigen</build_depend>
|
<build_depend>eigen</build_depend>
|
||||||
<build_depend>tbb</build_depend>
|
<build_depend>tbb</build_depend>
|
||||||
|
|
||||||
<export>
|
<export>
|
||||||
<!-- Specify that this is not really a Catkin package-->
|
<!-- Specify that this is not really a Catkin package-->
|
||||||
<build_type>cmake</build_type>
|
<build_type>cmake</build_type>
|
||||||
|
|
Loading…
Reference in New Issue