Skip to content

tesseract-robotics/tesseract_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesseract_ext

Platform CI Status
Linux (Focal) Build Status
Linux (Bionic) Build Status
Linux (Bionic,Clang) Build Status
Windows Build Status

This contains external dependencies for Tesseract.

Building this repo for the first time will require internet (to pull the necessary repositories). After that, internet will only be required if the downloaded source code is deleted (it is in build/tesseract_ext). If it is desired that cmake check for updated versions of the packages, the flag UPDATE_DISCONNECTED may be set to OFF (it defaults to ON) with catkin build --force-cmake --cmake-args -DUPDATE_DISCONNECTED=OFF.

Required Dependencies

  • Bullet3
  • FCL
  • libcdd
  • SWIG
  • Taskflow

Optional Dependencies

These are optional and not required for typical operation

  • Eigen3 - Bug fixes that are not available in release version are useful in some cases
    • Enable with -DINSTALL_EIGEN=ON
    • Select custom git tag with -DINSTALL_EIGEN_TAG=tag_name
  • OMPL - For using a nonstandard OMPL version
    • Enable with -DINSTALL_OMPL=ON
    • Select custom git tag with -DINSTALL_OMPL_TAG=tag_name
  • Orocos_kdl - Must be built from source when using a custom Eigen version
    • Enable with -DINSTALL_OROCOS_KDL=ON
    • Select custom git tag with -DINSTALL_OROCOS_KDL_TAG=tag_name

About

This contains external dependencies for Tesseract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages