Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Bezier curves can go through obstacles #18

Open
joshhting opened this issue Feb 24, 2015 · 2 comments
Open

Bezier curves can go through obstacles #18

joshhting opened this issue Feb 24, 2015 · 2 comments

Comments

@joshhting
Copy link
Contributor

Bezier curves should not go through obstacles

@justbuchanan
Copy link
Contributor

Yeah this is a known issue. It's because the bezier path is applied on top of the line segment path generated by the RRT. The segmented path is obstacle-free, but the bezier is often not. I'm hoping to resolve this by limiting the angle of each new path added to the RRT so the path generated from that will be closer to the bezier put on top of it.

@joshhting
Copy link
Contributor Author

In order to help compensate for that, could we have the rrt act as if the obstacles are closer than they appear? This would prevent the rrt from placing nodes too close to the obstacles that could risk the bezier curve touching them.

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

No branches or pull requests

2 participants