-
Notifications
You must be signed in to change notification settings - Fork 203
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
motion_planning_python_api_tutorial cannot be executed correctly. #784
Comments
Thanks for flagging this @yulat214 I hope to look into this soon. |
This is expected, the Python API is supposed to be used directly within your script in order to define the motion plans you want. If you want to interact via rviz it may be worthwhile launching rviz with
I need to check this issue. |
Thank you for confirming. I had been getting this error in various environments, but after several builds it suddenly fixed itself. It now works, but I haven't done anything special to it other than build it. |
Hello, I have the same problem, any updates? @yulat214 could you tell me how you built that last environment? Thank you for your time |
I forgot something important. In moveit2 tutorial motion planning python API, if you comment out the code shown in I have confirmed that it works on Ubuntu 22.04, ROS Rolling. |
If i comment On the other hand, without commenting anything and following the tutorial, I get (https://github.com/adrielmicom/moveit2_tutorials/blob/adrielmicom-patch-1/issues/784_2). I think this provides more information by being able to see the entire output. |
I have seen the same errors many times. Sometimes the process does not die even with that error. The cause is unknown. Sometimes I can do it and sometimes I can't. I am not sure how to run them definitely. I will try some more, Please let me know if you find out anything. |
Description
When executing motion_planning_python_api_tutorial.launch.py from moveit2_tutorial, Rviz shows
NO PLANNING LIBRARY
.Also, Plan&Execute is not executable.
When executing, I receive the INFO message:
Failed to call service get_planning_scene, have you launched move_group or called psm.providePlanningSceneService()?
and the process stops.I tried #724 , but it didn't work.
Your environment
Steps to reproduce
Following this tutorial.
Backtrace or Console output
I am concerned that planning scene monitor and others are stopping in the middle of the process.
full text: https://gist.github.com/yulat214/e0e82c8feb290f7ee10769293d380551
I am concerned about lines 80-92.
The text was updated successfully, but these errors were encountered: