Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

setNumPlanningAttempts missing from python api #34

Open
viruslobster opened this issue Jun 25, 2015 · 4 comments
Open

setNumPlanningAttempts missing from python api #34

viruslobster opened this issue Jun 25, 2015 · 4 comments

Comments

@viruslobster
Copy link
Contributor

Both the C++ and Rviz interfaces support setting the number of planning attempts. The planning attempts are computed in parallel and the best one is used. This is an extremely useful feature that is missing from the python api.

@davetcoleman
Copy link
Member

Feel free to add it to the python wrapper!

@viruslobster
Copy link
Contributor Author

I believe in order to add set_num_planning_attempts to the api I need to make changes to the repositories moveit_commander and moveit_ros in the file (among other files) moveit_ros/planning_interface/move_group_interface/src/wrap_python_move_group.cpp. Is this correct?

@davetcoleman
Copy link
Member

I am not very familiar with the python api, but that sounds right

@viruslobster
Copy link
Contributor Author

I made two pull requests that add set_num_planning_attempts to the python api.
#35
moveit/moveit_ros#589

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants