floatlazer / semantic_slam

Real time semantic slam in ROS with a hand held RGB-D camera
GNU General Public License v3.0
612 stars 177 forks source link

WriteData does not create a octree file to be shown using octovis #22

Open reem90 opened 4 years ago

reem90 commented 4 years ago

I used the writeData() function to create a map.ot file. The created file has redundant lines and when I tried to visualize it with octovis, I got an error says "can't open octree file". Also, when I used readData() function to load the map and visualize it with RVIZ all the voxels were white-colored. Could you please tell me the right way of calling these function? or What I am doing wrong?