VIS4ROB-lab / t_prm

Temporal Probabilistic Roadmap (T-PRM)
GNU General Public License v3.0
36 stars 6 forks source link

Running create_movie_3D.py fails #5

Open alexperez33 opened 6 months ago

alexperez33 commented 6 months ago

When attempting to run create_movie_3D.py, the script fails on line 213. fig, ax = plt.subplots(subplot_kw=dict(projection='3d'), figsize=(8, 8)) with ValueError: Unknown projection '3d'

It appears this import fixes the problem. from mpl_toolkits.mplot3d import Axes3D

However, I am unsure if this is the intended display/outcome.