You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
[..]
search_modes= ['OPTIMIZE_MAX_JOINT', 'OPTIMIZE_FREE_JOINT' ]
[..]
eliflen(sys.argv) ==5:
search_mode=search_modes[0];
print"Warning: The default search has changed from OPTIMIZE_FREE_JOINT to now %s!"% (search_mode)
ikfast_output_file=sys.argv[4]
[..]
Right. So if I understand things correctly, both hydro-devel and indigo-devel have the search optimisation currently as their default. Is that correct, @nalt?
@nalt can you add a small bit of documentation about this new option you've added and how to turn it on? it should go on this page: http://docs.ros.org/hydro/api/moveit_ikfast/html/doc/ikfast_tutorial.html which you can edit here: https://github.com/ros-planning/moveit_ikfast/blob/indigo-devel/doc/ikfast_tutorial.rst
Also, in indigo-devel did you set the option to be enabled by default? Can we do that please?
Thanks!
The text was updated successfully, but these errors were encountered: