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,
My numpy's version is 2.3.2, when i run the following code:
“
import roboticstoolbox as rtb
robot=rtb.models.Panda()
print(robot)
”
I get the following error: ImportError: cannot import name 'disp' from 'numpy', how can I solve this problem?