Question about the simmechanics_to_urdf
Hi,
My ROS Version is electric, I hope to show my model drawn by PROE 5.0 in the rviz. I used simmechanics_to_urdf but there is a problem. My xml file is stored in the administrator/ros_workspace, I ran the command rosrun simmechanics_to_urdf convert.py yuanzhu.xml yuanzhu.yaml xml > yuanzhu.urdf. However, the mistake happened:
File "/opt/ros/electric/stacks/robot_model/simmechanics_to_urdf/convert.py", line 683, in get (off,rpy) = self.listener.lookupTransform(parent, child, rospy.Time(0)) tf.ExtrapolationException: Lookup would require extrapolation at time 1356075103.032196045, but only time 1356075103.032871008 is in the buffer, when looking up transform from frame [/____1CG] to frame [/X____1]
I'm new to ROS, if anyone can give me a help, I'll appreciate it. Thank you!