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

Informed RRT* 2D mistake #19

Open
GuancongLuo opened this issue Mar 30, 2021 · 4 comments
Open

Informed RRT* 2D mistake #19

GuancongLuo opened this issue Mar 30, 2021 · 4 comments

Comments

@GuancongLuo
Copy link

No description provided.

@GuancongLuo GuancongLuo changed the title Informed RRT Informed RRT* 2D mistake Mar 30, 2021
@GuancongLuo
Copy link
Author

GuancongLuo commented Mar 30, 2021

Irrt2600

I think Informed RRT* have some error about calculation path_cost.
4999

@zhm-real
Copy link
Owner

zhm-real commented Jun 9, 2021

Thanks for your feedback! We will check it later.

@Zhang-yulong
Copy link

Irrt2600

I think Informed RRT* have some error about calculation path_cost. 4999

Do you encounter this error when running?
File "C:\Downloads\PathPlanning-master\Sampling_based_Planning\rrt_2D\informed_rrt_star.py", line 288, in draw_ellipse
rot = Rot.from_euler('z', -angle).as_dcm()[0:2, 0:2]
AttributeError: 'scipy.spatial.transform.rotation.Rotation' object has no attribute 'as_dcm'

@Mossholder
Copy link

Irrt2600
I think Informed RRT* have some error about calculation path_cost. 4999

Do you encounter this error when running? File "C:\Downloads\PathPlanning-master\Sampling_based_Planning\rrt_2D\informed_rrt_star.py", line 288, in draw_ellipse rot = Rot.from_euler('z', -angle).as_dcm()[0:2, 0:2] AttributeError: 'scipy.spatial.transform.rotation.Rotation' object has no attribute 'as_dcm'

You could replace "as_dcm" with "as_matrix". It's a bug about the version of scipy.

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

No branches or pull requests

4 participants