Robot Manipulation

Also see Robot Foundation Models.

Courses recommended by Raghava

Vision Stuff also this is a must: https://web.stanford.edu/class/cs231a/

https://www.youtube.com/watch?v=QlrRb7X4JvA&ab_channel=underactuated

Note

I really like what this author is talking about: Please don’t get overwhelmed by how much background material there is to know! I am personally of the opinion that a clear understanding of just a few basic ideas should make you very effective here. The details will come later, if you need them.

Interpolation

Translation

  • You can linearly interpolate on the positions

Rotation

  • You cannot just linearly interpolate rotation matrices. Do spherical linear interpolation on the Quaternions (SLERP)

Concepts