Skip to content

aeitel/geometric_shapes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geometric_shapes

This package contains generic definitions of geometric shapes and bodies, as well as tools for operating on shape messages. Shapes represent only the form of an object. Bodies are shapes at a particular pose. Routines such as point containment and ray intersections are provided.

Supported shapes:

  • sphere
  • box
  • cone
  • cylinder
  • mesh

Note: Bodies for meshes compute the convex hull of those meshes in order to provide the point containment / ray intersection routines. Note: shape_tools package was recently merged into this package

Build Status

hydro-devel branch: Build Status

About

Representation of geometric shapes

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 96.6%
  • CMake 3.4%