Skip to content

Replacing the end-effector gripper with custom made end-effector #8

Answered by lukeschmitt-tr
smruti-s asked this question in Q&A
Discussion options

You must be logged in to vote

Errors 1 & 2 are occurring due to the following:

  1. xs_hardware_interface loads the gripper_name parameter from this configuration file on this line.
  2. xs_hardware interface calls the get_robot_info service, looking for info on the gripper_name joint.
  3. xs_sdk receives the service call and crashes here because no joint with that name exists in your vx300 config file.
    • xs_sdk crashing because of a bad service call is a bug and is currently being fixed. Thanks for catching this!
  4. xs_hardware_interface receives the bad service call response and probably crashes here.

Error 3 is occurring because both the servo control program and the hardware interface have died and can't be contacted.

The name g…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@smruti-s
Comment options

Comment options

You must be logged in to vote
1 reply
@smruti-s
Comment options

Answer selected by smruti-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
manipulators Issues related to manipulators
3 participants