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
Hi,
When I run the rrt3D.py, it occured a mistake: Original exception was: Traceback (most recent call last): File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/utils3D.py", line 410, in <module> A.run() File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/utils3D.py", line 403, in run visualization(self) File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/../../Sampling_based_Planning/rrt_3D/plot_util3D.py", line 96, in visualization for i in initparams.Parent: AttributeError: 'rrt_demo' object has no attribute 'Parent'
What should I do next?
The text was updated successfully, but these errors were encountered:
Hi,
When I run the rrt3D.py, it occured a mistake:
Original exception was: Traceback (most recent call last): File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/utils3D.py", line 410, in <module> A.run() File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/utils3D.py", line 403, in run visualization(self) File "/home/xia/mydemo01_ws/src/PathPlanning-master/Sampling_based_Planning/rrt_3D/../../Sampling_based_Planning/rrt_3D/plot_util3D.py", line 96, in visualization for i in initparams.Parent: AttributeError: 'rrt_demo' object has no attribute 'Parent'
What should I do next?
The text was updated successfully, but these errors were encountered: