Skip to content

Car-like vehicle path planning using graph optimization - GTSAM lib

License

Notifications You must be signed in to change notification settings

crt-adas/adas_path_planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtsam_node

graph optimization in ROS using GTSAM

GTSAM installation

clone gtsam from github https://github.com/borglab/gtsam

$ mkdir build
$ cd build
$ cmake ..
$ make check (optional, runs unit tests)
$ make install

change the parameter below in CmakeLists to where gtsam is built

"set(GTSAM_DIR "/home/iman/gtsam/build")"

About

Car-like vehicle path planning using graph optimization - GTSAM lib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published