hiep update

This commit is contained in:
2025-12-30 10:41:57 +07:00
parent 795c70cb63
commit b19cec9f4d
164 changed files with 57 additions and 7606 deletions

View File

@@ -34,8 +34,8 @@
*
* Author: Eitan Marder-Eppstein
*********************************************************************/
#ifndef VOXEL_GRID_VOXEL_GRID_H
#define VOXEL_GRID_VOXEL_GRID_H
#ifndef ROBOT_VOXEL_GRID_H
#define ROBOT_VOXEL_GRID_H
#include <stdio.h>
#include <string.h>
@@ -54,7 +54,7 @@
* X and Y index the array and Z selects which bit of the integer
* is used giving a limit of 16 vertical cells.
*/
namespace voxel_grid
namespace robot_voxel_grid
{
enum VoxelStatus {
@@ -427,6 +427,6 @@ private:
};
};
} // namespace voxel_grid
} // namespace robot_voxel_grid
#endif // VOXEL_GRID_VOXEL_GRID_H
#endif // ROBOT_VOXEL_GRID_H