Closed Qifan94 closed 6 years ago
If this is still a problem, please re-open over at ur_modern_driver/issues, seeing as you're trying to use ur_modern_driver
.
pose_target.orientation.w += 0.0
are you sure this is ok?
orientation
is a quaternion, not an RPY triple.
I'm closing this as in any case this is not an issue with the pkgs in this repository.
Hi, I tested the ur_modern_driver with the hardware. The test_move.py in ur_modern_driver pkg did work and the plan and execute function in Rivz also could work with the hardware. But my code cannot set a target and move it to the target. I tried my code in a simulation in Rivz with UR3 robot fake controller. But When I change to control the real robot it does not work anymore and the error is shown as following.
[ERROR]: Unable to construct goal representation [INFO]: ABORTED: Catastrophic failure
My python code is here.