-
Notifications
You must be signed in to change notification settings - Fork 42
workaround for #15, registrer exit command #46
Conversation
@k-okada I failed to reproduce the bug over here with indigo-devel. Do you still experience the bug? |
Yes, try
and the python code will end with
I think this could happens to any kind of moveit robots, if you have moveit launch file which you're familiar with, please let me know. |
On Thu, Jul 28, 2016 at 05:06:50PM -0700, Kei Okada wrote:
I just tested this script with MoveIt's |
I think this relates to moveit/moveit_ros#592 which was tackled by moveit/moveit_ros#705 and moveit/moveit_ros#706. However, the issue is still present in |
@v4hn the problem is not "no motion plan found", but the python exists with
And that sometimes scared users. and this is fixed by start-jsk/denso#80 |
I am aware of that. Ok, as it will take more time to fix this properly and might even involve a gcc bug (@rhaschke is that right?), Could you please add the line
to your patch? This will make it pop up when looking for Also, this repository is deprecated and we moved the package into https://github.com/ros-planning/moveit . Could you file a request with this patch there, so we can merge it? |
Ok, created new pull request at moveit/moveit#105 |
-1 |
not sure if this is the correct fix, just a one proposal for workaround except adding
moveit_commander.os._exit(0)
for all of our program.But i think we should try to find the root of the bug, may be some confront on binding roscpp on python ...