-
Notifications
You must be signed in to change notification settings - Fork 109
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
Conversation
Fixes #94 Signed-off-by: Tully Foote <[email protected]>
# 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 comment
The reason will be displayed to describe this comment to others. Learn more.
# in the Header to communication the full reference for the transform | |
# in the Header to communicate the full reference for the transform |
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.
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 comment
The 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.
# | ||
# 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. |
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
Signed-off-by: Tully Foote <[email protected]>
Fixes #94