Closed romaster93 closed 9 months ago
Hi @romaster93 ,
It seems to me that the point cloud that you are providing to the planner is in the world
frame and not in the sensor frame. The way voxblox works is that it expects the point cloud to be in the sensor frame and integrates it from the origin of the point cloud (i.e. the sensor frame origin). Check if this is the case.
Best, Mihir
@MihirDharmadhikari
Thansk! its works!!
hi.
First, I was very impressed by your excellent planner. Thank you for your research.
I have modified the provided file to update odometry and point cloud data, and I have also adjusted the world tf. Below is the launch file.
Everything seemed to be working well, but I found that some TSDF point clouds were not being generated.
my tsdf pointcloud
original gbplanner rmf
It seems that the TSDF between the outer wall and the drone is not being generated when the drone exits from within the wall. It appears to consistently generate point clouds only from the origin.
In my opinion, I believe that TSDF should be generated from the sensor center in the world frame, but it seems to be generated from the origin in the world frame.
As a result, in complex environments, when the drone moves behind obstacles, some TSDF is not generated, leading to suboptimal exploration paths
What do you think could be the issue? I would appreciate any assistance or insights.
Thanks!