Sympy package missing

I need to do a pip install of sympy in order to run the sample code.
Preinstalling the package or adding this to the documentation would be helpful.

Thanks!

Hello @tuf01133 ,

Could you please indicate in which unit/section did you find this issue? Many thanks for your feedback.

This is in Basic Arm Kinematics in the Forward Kinematics section. We need to use sympy to get the transformation matrices symbolically.

Thank you!

Hello
I also faced the same problem although in Jupyter Notebook its working fine, I gave these two commands in shell

  1. sudo apt-get update
  2. sudo apt-get install -y python-sympy
    and its working in course shell too.
1 Like

Hello @misbahsuhail123 ,

Thanks for your feedback, we’ll update the notebooks!

Thank you alberto for ur reply.

This topic was automatically closed after 21 hours. New replies are no longer allowed.