Skip to content

Commit

Permalink
Clarify that the voxtel size is in meters
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov authored Oct 23, 2019
1 parent 25ff518 commit 7edcd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/The-Voxblox-Node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ TSDF Integrator Parameters
"fast"
Rays that attempt to update voxels already updated by other rays from the same pointcloud are terminated early and discarded. An approximate method that has been designed to give the fastest possible results at the expense of discarding large quantities of information. The trade off between speed and information loss can be tuned via the ``start_voxel_subsampling_factor`` and ``max_consecutive_ray_collisions`` parameters. This method is currently the only viable integrator for real-time applications with voxels smaller than 5 cm.

``tsdf_voxel_size`` `0.2`
``tsdf_voxel_size`` `0.2 meters`
The size of the tsdf voxels
``tsdf_voxels_per_side`` `16`
TSDF voxels per side of an allocated block. Must be a power of 2
``voxel_carving_enabled`` `true`
If true, the entire length of a ray is integrated, if false only the region inside the trunaction distance is used.
``truncation_distance`` `2*```tsdf_voxel_size``
``truncation_distance`` `2*tsdf_voxel_size`
The truncation distance for the TSDF
``max_ray_length_m`` `5.0`
The maximum range out to which a ray will be cast
Expand Down

0 comments on commit 7edcd63

Please sign in to comment.