Skip to content

Commit

Permalink
Reduce longest valid segment fraction to accomodate non-limited versi…
Browse files Browse the repository at this point in the history
…on of the UR5 (#266)
  • Loading branch information
scottpaulin authored and gavanderhoorn committed Sep 12, 2017
1 parent b2be658 commit e0f69fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ur10_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manipulator:
- PRMstarkConfigDefault
##Note: commenting the following line lets moveit chose RRTConnect as default planner rather than LBKPIECE
#projection_evaluator: joints(shoulder_pan_joint,shoulder_lift_joint)
longest_valid_segment_fraction: 0.05
longest_valid_segment_fraction: 0.01
endeffector:
planner_configs:
- SBLkConfigDefault
Expand Down
2 changes: 1 addition & 1 deletion ur3_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manipulator:
- PRMstarkConfigDefault
##Note: commenting the following line lets moveit chose RRTConnect as default planner rather than LBKPIECE
#projection_evaluator: joints(shoulder_pan_joint,shoulder_lift_joint)
longest_valid_segment_fraction: 0.05
longest_valid_segment_fraction: 0.01
endeffector:
planner_configs:
- SBLkConfigDefault
Expand Down
2 changes: 1 addition & 1 deletion ur5_moveit_config/config/ompl_planning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manipulator:
- PRMstarkConfigDefault
##Note: commenting the following line lets moveit chose RRTConnect as default planner rather than LBKPIECE
#projection_evaluator: joints(shoulder_pan_joint,shoulder_lift_joint)
longest_valid_segment_fraction: 0.05
longest_valid_segment_fraction: 0.01
endeffector:
planner_configs:
- SBLkConfigDefault
Expand Down

0 comments on commit e0f69fd

Please sign in to comment.