-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Interfacing Shadow hand with UR10 arm #347
Comments
Below is the detailed log output on terminal: xacro: Traditional processing is deprecated. Switch to --inorder processing! SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to b4db68bc-d5e4-11e8-ac78-54ee75e3f322 [INFO] [1540203896.138573]: waiting for robot_description_semantic |
Have you tried defining the robot_type:=ur10? |
I am trying to interface real UR10 arm with Shadow hand. Both of the devices worked well if run separately (for UR10 arm I am using ur_modern_driver is used instead of ur_driver). Simulation also works fine.
The problem arises when running the launch file, I have also set the ip address of robot in config file:
roslaunch sr_robot_launch sr_right_ur10arm_hand.launch sim:=false hand_serial:=2058 eth_port:=enp0s31f6
It gives the following error:
`[ INFO] [1540203895.976080255]: Joint state interface for arm joint ra_wrist_3_joint
[ INFO] [1540203895.991751326]: UrArmController starts communication with robot
[FATAL] [1540203895.994697715]: ASSERTION FAILED
file = /home/handuser/workspace/shadow_robot-kinetic/base/src/sr_ur_arm/sr_ur_robot_hw/src/sr_ur_robot_state_client.cpp
line = 169
cond = 0 == status
[INFO] [1540203896.138573]: waiting for robot_description_semantic
[INFO] [1540203896.180985]: waiting for robot_description_semantic
[ INFO] [1540203896.271852228]: There are no previously stored robot states`
Has anyone experienced the same problem?
The text was updated successfully, but these errors were encountered: