ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, Please check if your gazebo setup can launch all of the joint controllers correctly.
I'm afraid the URDF in kuka_experimental/kuka_kr16_support need more descriptions for gazebo simulation at a glance. Please refer to ur_gazebo package in which you can easily start the system as:
roskaunch ur_gazebo ur5.launch
The alternative is to use fake_joint package instead of gazebo. I believe it is much easier if it fit your needs. And please notice the example in jog_control/jog_launch are all using fake_joint_driver, not gazebo.
In any ways, you need to confirm your robot can be controlled using MoveIt! before proceeding to jog_control. I recommend to check it step by step modifying the sample files.
2 | No.2 Revision |
Hi, Please check if your gazebo setup can launch all of the joint controllers correctly.
I'm afraid the URDF in kuka_experimental/kuka_kr16_support need more descriptions for gazebo simulation at a glance. Please refer to ur_gazebo package in which you can easily start the system as:
roskaunch ur_gazebo The alternative is to use fake_joint package instead of gazebo. I believe it is much easier if it fit your needs. And please notice the example in jog_control/jog_launch are all using fake_joint_driver, not gazebo.
In any ways, you need to confirm your robot can be controlled using MoveIt! before proceeding to jog_control. I recommend to check it step by step modifying the sample files.