sgzuccaro / moveit_tutorials

25 stars 9 forks source link

Using Moveit with a Real Robot Tutorials

1) first create a moveit configuration by following the tutorial at: https://www.youtube.com/watch?v=9aK0UDBKWT8

2) Now it is time to connect to the actual robot hardware. We begin by assuming you have a robot with a microcontroller connected that exposes some method of sending joint commands a well as makes available a continious stream of robot joint feedback. This could be a ROS publish and Subsscribe interface, but it could also be low level serial or ethernet control or other protocol.