-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Add optional robot radius to RRT/RRTStar path planners #655
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
Add optional robot radius to RRT/RRTStar path planners #655
Conversation
* update __init__ and check_collision to include radius * during animation, if a robot radius is given then it is drawn
|
This pull request introduces 1 alert when merging 53c23a4 into 7ac2a17 - view on LGTM.com new alerts:
|
|
@cmower Thank you for PR. It looks good improvement. Could you please fix CI errors? Other RRT related scripts are using the changed codes. |
|
@AtsushiSakai thanks, looks like all CI checks pass now, let me know if you need any other changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cmower Thank you. I have some comments. I will merge this PR after addressing these. PTAL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. This is final comment.
Co-authored-by: Atsushi Sakai <[email protected]>
|
@AtsushiSakai no worries, assuming CI goes green, then should be ok to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!!
__init__andcheck_collisionin RRT class to include a robot radiusWhat does this implement?
This simply adds an optional robot radius feature for the RRT/RRTStar path planners.
Additional information
Examples updated to highlight feature.
CheckList
test_rrt_star.py