[Documentation] [TitleIndex] [WordIndex

This wasn't a formal API review, just an e-mail exchange on ros-developers. My concluding thoughts, plus a link to the discussion thread are below.

https://code.ros.org/lurker/thread/20101025.210235.972a7414.en.html

Motivation

There is a growing base of custom code for converting YAML into messages, possibly due to the rostopic echo format. Now that rostopic is even more YAML compliant, this may accelerate.

There is a growing base of custom YAML code is using routines that are targeted at internal tools (e.g. roslib.message.fill_message_args). Also, with respect to data longevity, one must find the custom script that goes with the data to interpret it.

So, much like rostopic echo/pub replaced numerous talker/listener scripts, this discussion is meant to discover to what extent and where to invest resources in a YAML toolchain for messages that can replace these code and data files with shared practices.

Questions

Conclusion

The answer from this list is that this shouldn't be a top-level concept. It also creates confusion for roscpp users. I would still like to come up with a name other than "YAML" as a code API that simply refers to these files as "YAML" is difficult. Unless someone suggests an alternative, rosh will continue to call these bagys.

Also:

Beyond that, the feedback that this is still a hack, and I should wait to see how things evolve before pushing any further.


2024-04-20 13:10