cfl0122 / moveit_tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • this will result in 2 packages: aubo_description and aubo_moveit_config. Note that neither of these package need any modifing. they are ready to use directly as genetated.
  1. 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.

About


Languages

Language:C++ 94.9%Language:Python 2.3%Language:CMake 1.7%Language:C 0.8%Language:Processing 0.3%Language:Makefile 0.1%Language:EmberScript 0.0%Language:Shell 0.0%