Skip to content

Commit

Permalink
Revert "Allow subframes in CollisionObjects (moveit#50)"
Browse files Browse the repository at this point in the history
This (partially) reverts commit 6350bfb.
We keep the improvements in the comments.
  • Loading branch information
rhaschke committed May 10, 2020
1 parent a774e80 commit dfe0af2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions msg/CollisionObject.msg
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ geometry_msgs/Pose[] mesh_poses
shape_msgs/Plane[] planes
geometry_msgs/Pose[] plane_poses

# Named subframes on the object. Use these to define points of interest on the object that you want
# to plan with (e.g. "tip", "spout", "handle"). The id of the object will be prepended to the subframe.
# If an object with the id "screwdriver" and a subframe "tip" is in the scene, you can use the frame
# "screwdriver/tip" for planning.
# The length of the subframe_names and subframe_poses has to be identical.
string[] subframe_names
geometry_msgs/Pose[] subframe_poses

# Adds the object to the planning scene. If the object previously existed, it is replaced.
byte ADD=0

Expand Down

0 comments on commit dfe0af2

Please sign in to comment.