Skip to content

Commit

Permalink
add a disclaimer to CO about pose not working yet (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Sep 17, 2020
1 parent b168705 commit b75d7b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions msg/CollisionObject.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# A header, used for interpreting the poses
Header header

# DISCLAIMER: This field is not in use yet and all other poses
# are still interpreted in the header frame.
# https://github.com/ros-planning/moveit/pull/2037
# implements the actual logic for this field.
# ---
# The object's pose relative to the header frame.
# The shapes and subframe poses are defined relative to this pose.
geometry_msgs/Pose pose
Expand Down

0 comments on commit b75d7b5

Please sign in to comment.