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

Motion planning cannot avoid Octomap in planning scene #444

Closed
PrakarnJ opened this issue Apr 28, 2021 · 5 comments
Closed

Motion planning cannot avoid Octomap in planning scene #444

PrakarnJ opened this issue Apr 28, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@PrakarnJ
Copy link

Description

I am working on robot motion planning with perception from point cloud topic (3d camera). I found that when I planned robot path, the robot cannot avoid the collision in planning scene as shown in Figure 1.

I tried to solve this problem and found that one of the solution is it need to add something to planning scene using Scene objects tab UI and push Publish button as shown in Figure Screenshot from 2021-04-28 20-49-43

After that I planned robot path again and you can see robot can avoid the obstacle
3.

Do anyone have the way to solve this problem or the way to check this issue?

Your environment

  • ROS Distro: Foxy
  • OS Version: Ubuntu 20.04
@PrakarnJ PrakarnJ added the bug Something isn't working label Apr 28, 2021
@swilcock0
Copy link

This looks like #407 and #429

@henningkayser
Copy link
Member

This doesn't look like #407 to me, but it might really be related to #429 which also looks like planning scene updates not being synced properly. I'll check if there is something odd going on, collision checking working after the manual update is very suspicious.

@swilcock0
Copy link

@henningkayser the manual update thing is the same with #407

@JafarAbdi
Copy link
Member

@PrakarnJ Could you please try #456 and see if it fixes it .?

@PrakarnJ
Copy link
Author

@JafarAbdi Yeah It can fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants