-
Notifications
You must be signed in to change notification settings - Fork 22
Can not jog with real UR3 #105
Comments
No connection between |
Can you do If you don't see a joint_group_vel_controller on the list, then the problem lies in your UR setup. Does the repo/branch you're using provide a joint_group_vel_controller? Check by cd'ing into the UR package, then |
For example, the ur_modern_driver package provides that controller here: https://github.com/ros-industrial/ur_modern_driver/blob/kinetic-devel/config/ur5_controllers.yaml |
@AndyZe Thanks for your apply, I have done the |
Hi, I tried to jogging with the real UR3 and Xbox controller. it can be done in the simulation. However, there was no response when I implemented it on a real UR3. I have used the
ur3_jog.yaml.txt file you provided and did the same thing as following:
There is no connection between
joint_group_vel_controller
and 'move_group'. I don't know if it's right?However, the UR3 did not move when I give the command with Xbox controller, and it shows:
I changed "incoming_command_timeout" parameter from 0.2 to 10, it always gave me this error.
I
rostopic echo /joy
, the xbox controller works, the input values can be published to/jog_arm_server/delta_jog_cmds
, and there are data in/joint_group_vel_controller/command
. However, UR3 has no response.would you mind give me some suggestions to solve it? Thanks a lot!
The text was updated successfully, but these errors were encountered: