ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I got it! It took me a whole day to figure out why. joint_state_publisher failed to parse the urdf xml file. It dumped error message:

UnicodeEncodeError: 'ascii' codec can't encode character

I used XML copy editor to compile the file. It was wrong. I should use Text Editor to do it. joint_state_publisher doesn't support Unicode xml file. But check_urdf is fine with that.