Skip to content

A simple catkin wrapper to gtsam with some preconfigured build options

License

Notifications You must be signed in to change notification settings

rislab/gtsam_catkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catkin wrapper package for GTSAM. Clone to your dry workspace and enjoy. Wraps its own Eigen.

Include in your project using

find_package(catkin REQUIRED COMPONENTS ... gtsam_catkin )

include_directories( ... ${gtsam_catkin_INCLUDE_DIRS} )

target_link_libraries(... ${gtsam_catkin_LIBRARIES})

Note that for setting the Point typedefs to Eigen data members, I have defaulted to not wrapping Matlab wrappers.

About

A simple catkin wrapper to gtsam with some preconfigured build options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages