zhm-real / PathPlanning

Common used path planning algorithms with animations.
https://github.com/zhm-real/PathPlanning
MIT License
8.01k stars 1.64k forks source link

I have a problem when run rrt_connect3D.py #36

Open xiaoqiaowoai opened 1 year ago

xiaoqiaowoai commented 1 year ago

I try run the Sampling_based_Planning\rrt_3D\FMT_star3D.py, Sampling_based_Planning\rrt_3D\rrt_connect3D.py. Then, I got this.

未命名1690010247

Is this normal?

wyk04 commented 1 year ago

Hi,Have you encountered this error?While I run 'Anytime_Dstar3d',there is a problem. ValueError: operands could not be broadcast together with shapes (25,2,3) (0,)

XXLiu-HNU commented 11 months ago

Hi,Have you encountered this error?While I run 'Anytime_Dstar3d',there is a problem. ValueError: operands could not be broadcast together with shapes (25,2,3) (0,)

Have you resolved it? I've encountered a similar situation.

wyk04 commented 11 months ago

Hi,Have you encountered this error?While I run 'Anytime_Dstar3d',there is a problem. ValueError: operands could not be broadcast together with shapes (25,2,3) (0,)

Have you resolved it? I've encountered a similar situation.

No,I am not.