moveit_planners icon indicating copy to clipboard operation
moveit_planners copied to clipboard

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit

Results 5 moveit_planners issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to set the OptimizingObjective when using ompl-based planing. Currently my robot arm does some pretty wild movements at times and optimizing for mechanical...

The TRRT planner from OMPL crashes move_group with an invalid pointer dereference: ``` [ INFO] [1448231583.542524841]: Planner configuration 'arm[TRRTkConfigDefault]' will use planner 'geometric::TRRT'. Additional configuration parameters will be set when...

When following the directions : Press the "Set Start To Current" button in the "Planning" tab at the bottom of the Motion Planning plugin. This will set the start configuration...

enhancement
nice_to_have

The mechanism for loading parameters from the ROS parameter server of the ompl_interface is a protected function loadPlannerConfigurations() run only on construction. Many planner parameters drastically change the performance of...

When solve() is called with count > max_planning_threads_ termination occurs after number of successful plans = max_planning_threads_ because the the OMPL library calls the terminate() function of the planning termination...