Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constructed mesh is black #1

Open
DevAB-Git opened this issue Apr 3, 2022 · 0 comments
Open

Constructed mesh is black #1

DevAB-Git opened this issue Apr 3, 2022 · 0 comments

Comments

@DevAB-Git
Copy link

Hi,
Thank you for sharing your code. We are aiming to develop path-planning algorithms for robotic navigation in 3D environments (e.g. forest). I read your papers (since 2016) on 3D navigation and found your work interesting. To get the proof-of-concept, I'm trying to replicate path planning in a simple environment (i.e. playpen) using ROS noetic and Gazebo. I used 10 pcd files (recorded using HDL-32E lidar) to create the mesh environment by using the following steps:

1- Filter pcd files using filter_cloud.py (with default params except filter_radius = 0.8) and save as ply files

2- Register ply files using register_scans.py (with default params except filter_radius = 0.8) 

3- Combine ply files using combine_scans.py (with default params except filter_radius = 0.8). Moreover, I didn't down sample the combined cloud because the original pcds are very small. Apparently, the combined cloud looks good (see combined_plys.png).

4- Reconstruct the mesh environment using reconstruct.py (with default params except filter_radius = 0.8). The resultant mesh file shows a black rectangle (see front.png). The flipped side show a kind of playpen environment but in bad look (see flipped.png). It is observed that the construction process generate a warning "Extract   bad average roots: 21". I can see a very nice mesh file for botanical garden and other environments in your experiments. 

It would be a great favor if you can guide me how to fix this issue? Thanks in advance.

Combined Plys
combined_plys

Front Mesh
front

Flipped Mesh
flipped

Original pcds
pcds.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant