Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 827 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 827 Bytes

learning_by_doing

A bunch of ROS packages for me to learn and test things out

my_simple_manipulator

rvizImage

A 3 joint manipulator with a controller. It accepts command of type

  • joint position values
  • joint velocity
  • cartesian point

and move the manipulator accordingly.

Following is the reachability of this manipulator. Green means it can reach that cartesian space in one orientation and red means it can reach it in infinitely many orientations.

reachability

tic_tac_toe_with_robot

A tic tac toe playing robot. The perception is performed with vision (web cam) with opencv and the manipulation task is done with kuka youbot manipulator arm with moveit!. The algorithm does not let the human player win.