Skip to content

Commit

Permalink
Remove erroneous comment from Pickup/Place action files (moveit#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
corot authored and JafarAbdi committed Jun 16, 2021
1 parent 904e2f7 commit 43dd870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions action/Pickup.action
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Constraints path_constraints
string planner_id

# an optional list of obstacles that we have semantic information about
# and that can be touched/pushed/moved in the course of grasping;
# CAREFUL: If the object name 'all' is used, collisions with all objects are disabled during the approach & lift.
# and that can be touched/pushed/moved in the course of grasping
string[] allowed_touch_objects

# The maximum amount of time the motion planner is allowed to plan for
Expand Down
3 changes: 1 addition & 2 deletions action/Place.action
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Constraints path_constraints
string planner_id

# an optional list of obstacles that we have semantic information about
# and that can be touched/pushed/moved in the course of placing;
# CAREFUL: If the object name 'all' is used, collisions with all objects are disabled during the approach & retreat.
# and that can be touched/pushed/moved in the course of placing
string[] allowed_touch_objects

# The maximum amount of time the motion planner is allowed to plan for
Expand Down

0 comments on commit 43dd870

Please sign in to comment.