Skip to content

Commit

Permalink
Improve documentation for TransformStamped.msg (#113)
Browse files Browse the repository at this point in the history
* Improve documentation for TransformStamped.msg
Fixes #94

Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote authored May 19, 2020
1 parent fc62aeb commit 51c0e0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions geometry_msgs/msg/TransformStamped.msg
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# This expresses a transform from coordinate frame header.frame_id
# to the coordinate frame child_frame_id
# to the coordinate frame child_frame_id at the time of header.stamp
#
# This message is mostly used by the
# <a href="http://www.ros.org/wiki/tf">tf</a> package.
# <a href="https://index.ros.org/p/tf2/">tf2</a> package.
# See its documentation for more information.
#
# The child_frame_id is necessary in addition to the frame_id
# in the Header to communicate the full reference for the transform
# in a self contained message.

std_msgs/Header header
string child_frame_id # the frame id of the child frame
Expand Down

0 comments on commit 51c0e0c

Please sign in to comment.