-
Notifications
You must be signed in to change notification settings - Fork 28
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
Non colliding paths are not generated in 3D Mapping Benchmark. #4
Comments
Hi Behzad, Hi Behzad, Non-colliding paths are generating when the I used value >= 0.8 for planning_resolution. Previously I used the values upto 0.5 It may be the reason that it was not working earlier. But the map generation is very slow. Does it happens like that or am I missing something? |
Hi Vinay, how slow do you mean? Our planning algorithm pretty compute intensive. As you see in the paper, it will take over two seconds for a TX2. |
what do you mean by colliding paths are generating? |
Also, note that if you increase the planning resolution too big, the drone think it can't fit through the openings cause it considers them as blocked, so it might never escape the center point. What resolution do you use? |
Here the dark red paths in the figure are colliding paths. |
In 3d Mapping benchmark, the nbvplanner node has to generate the collision free paths. But in my case all the generated paths are colliding paths as shown below. So there is no progress in the benchmark mission.
I tried chaging the following parameters. But It did not resolved the issue.
The text was updated successfully, but these errors were encountered: