A catkin wrapper for GTSAM
This can be used one of two ways.
- Include this package in your workspace. It will download and compile the tarball of GTSAM.
- Clone the gtsam source code (if you have access) into your workspace as
gtsam
. The source now has a basicpackage.xml
file that will cause catkin to build it. Thisgtsam_catkin
package then works as a convenicence bridge, automatically linking the gtsam libraries when the dependency is put in thepackage.xml
of a downstream package.