Commit 94d1eebc authored by wangdawei's avatar wangdawei

test

parent 5c9773d1
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "stream_info/streammanager.h" #include "stream_info/streammanager.h"
#include "area/maparea.h" #include "area/maparea.h"
boost::shared_ptr<localize::MapArea> mapArea_;
namespace juefx { namespace juefx {
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
#include "voxel_map_define.h" #include "voxel_map_define.h"
class StreamManager; class StreamManager;
namespace localize {
class MapArea;
}
namespace juefx { namespace juefx {
...@@ -42,6 +45,8 @@ public: ...@@ -42,6 +45,8 @@ public:
Eigen::Vector3f GetOffset() const; Eigen::Vector3f GetOffset() const;
private: private:
const uint8_t mask[8] = {0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0, 0, 0}; const uint8_t mask[8] = {0xff, 0xfe, 0xfc, 0xf8, 0xf0, 0, 0, 0};
boost::shared_ptr<localize::MapArea> mapArea_;
}; };
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment