-
Notifications
You must be signed in to change notification settings - Fork 282
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
Problem of connecting gazebo and moveit #30
Comments
It will be great if you can create your own moveit config package, this kind of problem will solve when you create new, also don't forget to add control configuration. The steps to create moveit config is mentioned in the book itself |
Thank you for response. |
@tomato1986 One of the reason is the collision between the links of the arm. If there is a collision between links, there will not be any motion plan, but if you create a new package, I think we can solve it to some extent. Some readers have the same issue and solved by creating a new package. |
When I tried to run the robot only on Moveit, motion planning on moveit worked well.(From P130 to P132) |
Hi
I have a trouble about the code in chapter 4(P138)
When I tried to run the code that makes gazebo and moveit run at the sametime and pressed "execute" button in motionplanning, but the robot in gazebo did not work.
Moreover, motionplanning in moveit showed "failed".
The error message in the terminal showed
"[ WARN] [1510766932.987760476, 51.584000000]: Failed to validate trajectory: couldn't receive full current joint state within 1s
"
Then, I guess sending command from moveit to gazebo has something wrong, but I cannot understand what was the problem.
The text was updated successfully, but these errors were encountered: