-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for TransformStamped.msg #113
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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="http://www.ros.org/wiki/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 communication the full reference for the transform | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do wonder if this paragraph isn't just redundant with the definition of transform and the first paragraph. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is somewhat redundant but people asked for clarification in the API review so I figured another sentence could help. |
||||||
# in a self contained message. | ||||||
|
||||||
std_msgs/Header header | ||||||
string child_frame_id # the frame id of the child frame | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tfoote hmm are we reusing the ROS wiki for ROS 2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point updated to use index.ros.org