You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ INFO] [1541172002.952745654]: Loading robot model 'ur5'...
[ WARN] [1541172002.952787544]: Skipping virtual joint 'fixed_base' because its child frame 'base_link' does not match the URDF frame 'world'
[ INFO] [1541172002.952799465]: No root/virtual joint specified in SRDF. Assuming fixed joint
[ INFO] [1541172002.989670179]: Loading robot model 'ur5'...
[ WARN] [1541172002.989693771]: Skipping virtual joint 'fixed_base' because its child frame 'base_link' does not match the URDF frame 'world'
[ INFO] [1541172002.989705695]: No root/virtual joint specified in SRDF. Assuming fixed joint
[ WARN] [1541172003.946774896, 4402.149000000]:
Deprecation warning: Trajectory execution service is deprecated (was replaced by an action).
Replace 'MoveGroupExecuteService' with 'MoveGroupExecuteTrajectoryAction' in move_group.launch
[ INFO] [1541172003.948808649, 4402.151000000]: Ready to take commands for planning group manipulator.
[ INFO] [1541172004.950926256, 4403.151000000]: Didn't received robot state (joint angles) with recent timestamp within 1 seconds.
Check clock synchronization if your are running ROS across multiple machines!
header:
seq: 0
[ERROR] [1541172004.950960139, 4403.151000000]: Failed to fetch current robot state
stamp: 4403.151000000
frame_id: /world
pose:
position:
x: 0
y: 0
z: 0
orientation:
x: 0
y: 0
z: 0
w: 1
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I want to get the pose of the UR5 end effecor using moveit, but moveit complains failure to get the current robot state.
moveit did subscribe to /joint_states (one subscriber is /move_group)
Here is the full story:
I am running ROS Kinetic on Ubuntu 16.04
ur5 is in simulation:
Here is the code:
Here is the output.
Thanks in advance!
The text was updated successfully, but these errors were encountered: