A review of C++ STL

http://www.studytonight.com/cpp/stl/stl-overview-of-algorithms

https://gradestack.com/Programming-in-C-/Overview-of-Standard/Summary/21211-4330-53285-study-wtw

https://embeddedartistry.com/blog/2017/8/2/an-overview-of-c-stl-containers

more ...

Inverse Kinematics on Kuka Arm using ROS and Python

Picking and placing objects is something that we as humans take for granted. That's not the case for our mechanical(and electronic) friends. They have to

  1. Calculate an optimal collision-free path from the source to target location.
  2. Perform inverse kinematics to control the joints on your arm.
  3. Pick the object …
more ...