-
Notifications
You must be signed in to change notification settings - Fork 27
RobMove: PLANNING FAILED #20
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
Comments
I am having the same problem when using RobMove Goal accepted with ID: 44afee7203f64d3c9c6e60799cdf4f9c Result: Goal finished with status: SUCCEEDED If anyone can help it would be nice |
When launching the IRB120 robot with the If you try to move the robot using this command:
You’ll likely get:
This is because the provided quaternion corresponds to an invalid or undefined orientation for the planner. To check the current pose, run:
Example output:
As you can see, the current orientation is approximately qy = 1.0 with the rest near zero. To avoid planning failures, use that orientation: Working example:
This should result in:
|
Hi, congrats for the repository, it is really rich in material.
I'm encountering some problem with RobMove. When I try to plan with RobMove using:
ros2 action send_goal -f /Robmove ros2srrc_data/action/Robmove "{type: 'PTP', speed: 1.0, x: 0.2, y: 0.2, z: 0.9, qx: 0.0, qy: 0.0, qz: 0.0, qw: 0.0}"
I get:
[CLIENT - robot.py]: RobMove ACTION EXECUTED -> Result: RobMove: PLANNING FAILED
I'm sure the goal point is in the robot workspace. I changed the type, but nothing happened.
I also tried with test_RobMove.py same reuslt.
Could someone help me?
Thanks a lot.
The text was updated successfully, but these errors were encountered: