ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Clarification on comment format for message definitions

asked 2020-07-20 13:36:43 -0500

rgov gravatar image

updated 2020-07-20 13:37:35 -0500

The message definition language documentation (https://wiki.ros.org/msg) says:

string EXAMPLE="#comments" are ignored, and leading and trailing whitespace removed

string constants are assigned the value of everything to the right of the equals sign, with leading and trailing whitespace removed. As such, you cannot leave a comment on a string constant definition.

This is the only reference in the specification to comments. Are comments otherwise supported? The example given is confusing because we generally say comments are ignored in all languages, but I think it's saying that comment parsing is not in effect for string constant definitions?

Also the example further confuses because of the quotation marks. Are those intended to be used for string constants or not? It seems not...

Are the shortcomings of the format resolved in ROS 2?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-07-20 13:57:28 -0500

Yes, comments are otherwise supported. Use the # sign. Same message definitions (other than renaming of packages) will work in ROS2 as well.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-07-20 13:36:43 -0500

Seen: 258 times

Last updated: Jul 20 '20