forked from ros-industrial-attic/ur_modern_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
protective stop with ros_control #2
Comments
Unexpected error: No trajectory defined at current time
Reference |
Possible issues:
|
rqt_joint_trajectory_controller: Traceback (most recent call last):
File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_joint_trajectory_controller/joint_trajectory_controller.py", line 428, in _update_cmd_cb
self._cmd_pub.publish(traj)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/topics.py", line 886, in publish
raise ROSSerializationException(str(e))
rospy.exceptions.ROSSerializationException: <class 'struct.error'>: 'integer out of range for 'i' format code' when writing '10136431958073778304385650838915089352497362729450656266185768343912164969068343814491130656221911512084591072349657775418879218483551627682630900033986257069101061831707756387901440815160610564564863428031676416000000000' |
I find that UR robot with firmware 3.3.4.310 can't get stable communication with 125Hz, UR can't parse the script commands from TCP packages correctly(especially in velocity mode), and this also makes the wrong robot state msgs from UR to host, then it will make the ros control loop broken. Possible issues in UR:
Solution:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
firmware version: 3.3.4.310
Reference
The text was updated successfully, but these errors were encountered: