ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

So here is the basic procedure: Below diagram shows how ros control (diff drive controller, joint trjaectory controller, joint position/velocity controller) can be easily used in between both real hardware and simulated hardwre (gazebo): image description 1. See if Kuka KR5 already provides any ROS package as hardware interface, if yes jsut using that will sove all issue 2. If not, than you will have to implement custom hardware_interface for your Kuka KR5 robot so that your ros controller eg. joint trajectory controller can control it through moveit in your case. Here is the link/tutorial in which you can create your own hardware interface any robot in real = Here