-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe failed to update robot state, #22
Comments
Did you use the GUI to set both the Start and Goal state? |
Yes man I @wilselby |
Check the trajectory topic that is output from MoveIt! to see if any waypoints are being generated when you hit execute. |
|
That's strange. Can you try a standard MoveIt demo from the ROS tutorials? |
Thanks Wilselby, I checked my rviz setting, and I got the reason, this is a regression in rviz https://github.com/ros-planning/moveit/issues/736 |
Hi!
when I run roslaunch quav_3d quav_3d.launch and push the "execute" button,the info is
[ WARN] [1512270703.350232328, 261.711000000]: Maybe failed to update robot state, time diff: 2.158s
[ WARN] [1512270788.384673792, 334.554000000]: Failed to fetch current robot state.
the rqt_graph is shown as follow
and the robot is gazebo did not move anymore
the quav_3d.launch did contain the definition of “world” frame so I add this line “ ” which is copied from demo.launch.I choose world as fixed frame,everython seem to be ok except the "execute" as follow
could you please help me to solve this problem? thank you very much.
The text was updated successfully, but these errors were encountered: