Skip to content
Snippets Groups Projects
Commit 0712125c authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

[Test] Fix octree construction

  Position of octree is defined by resolution only. cell center coordinates are
  of the form:
    ((kx+.5)*resolution, (ky+.5)*resolution, (kz+.5)*resolution), where
    kx, ky, kz are integers.
  This commit fixes the construction of the environment octree in order to
  respect this constraint.
  In test_fcl_octree, envOctree contains envMesh.
parent 789b44b2
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment