8 #include "API/project.hpp"
9 #include "utils/Geometry.h"
21 double freeVolume()
const;
22 double occupiedVolume()
const;
26 double checkCell(p3d_vector3 p);
28 bool isCellFree(Eigen::Vector3d p);
29 void setCellFree(Eigen::Vector3d p,
bool free);
33 Eigen::Vector3d _center;
35 std::vector<Eigen::Vector3d> _free;
36 std::vector<Eigen::Vector3d> _occup;
37 std::vector<bool> _grid;
39 std::vector<std::pair<double,unsigned int> > _sorted_robot;
43 #endif // SPACEINDEX_H
Definition: SpaceIndex.h:12
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...