Skip to content

Commit

Permalink
Update to support Geometry Type CompoundMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Sep 20, 2024
1 parent 6cf0c4e commit 43330fa
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 377 deletions.
5 changes: 5 additions & 0 deletions tesseract_msgs/msg/Geometry.msg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ uint8 MESH=6
uint8 CONVEX_MESH=7
uint8 SDF_MESH=8
uint8 OCTREE=9
uint8 COMPOUND_MESH=11

# The type of the geometry
uint8 type
Expand Down Expand Up @@ -38,3 +39,7 @@ tesseract_msgs/Mesh mesh
# OCTREE
octomap_msgs/Octomap octomap
tesseract_msgs/OctreeSubType octomap_sub_type

# COMPOUND_MESH (MESH, CONVEX_MESH, SDF_MESH)
tesseract_msgs/Mesh[] compound_mesh
uint8 compound_mesh_type #(MESH, CONVEX_MESH, SDF_MESH)
Loading

0 comments on commit 43330fa

Please sign in to comment.