You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bezier curves should not go through obstacles
The text was updated successfully, but these errors were encountered: