ros-aldebaran / romeo_moveit_actions

Simple actions (pick and place) based on MoveIt for Romeo, Pepper, and Nao
10 stars 10 forks source link

Planning time doesn't change #6

Closed lluissalord closed 8 years ago

lluissalord commented 8 years ago

I have tested to change the planning time with move_group->setPlanningTime(planning_time) before calling to make the plan, but it's seems that always use a planning time of 30 seconds. May be it should not be here and report it to the move_group_interface package, but currently I don't know if may be I'm missing something.

State that I tested inside the action.cpp file.

Thank you, Lluis

lluissalord commented 8 years ago

Now I see that depends on which computer I'm using. Because the same package and executing in the same way one use the fixed timing of 30 sec and the other use the one specified.

nlyubova commented 8 years ago

did you use the same MoveIt version? and this package from source, right?

lluissalord commented 8 years ago

Sorry, today I saw that now it's working well. I don't know what happend.

The impressive thing is that it seems that with one computer I can have much better results (solutions with an smaller tolerance) than with the other. In some days I will publish my TFM in my repo romeo_grasper where this is shown with other things that may be are interesting for you @nlyubova.

So I can close the issue if you want. Thank you

nlyubova commented 8 years ago

Great. I've also got very different results with different planning timeand with larger time prediction was better, but it took longer time. Very interesting to know your results! And videos!