dbddqy / visual_kinematics

simple python-based kinematics solver for robot arm
MIT License
106 stars 24 forks source link

Unknown projection '3d' #2

Closed ahmaddidiks closed 2 years ago

ahmaddidiks commented 3 years ago

I just wanna test example of invers, but I got this error

nodyyu89 commented 2 years ago

try add this in your script:

import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D

https://stackoverflow.com/questions/56222259/valueerror-unknown-projection-3d-once-again

ahmaddidiks commented 2 years ago

Thanks mate. Your repo helped my BE thesis, and I graduated last year.