Conversation
Contains functions for setting the values of a ROS message and converting ROS messages to other formats (e.g. YAML or CSV). These functions have been copied from the package `ros2topic` so they can be used by other packages. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
|
Since neither of these functions is related to the client library I would suggest putting it in a package related to |
Sure. I could add a new package, |
|
We do have |
|
Do you imagine this to be the package that also contains functions like these: |
|
These functions don't have anything to do with the generated message classes. So I would rather say no. |
|
Replaced by ros2/rosidl_python#34 |
Contains functions for setting the values of a ROS message and converting ROS messages to other formats (e.g. YAML or CSV).
These functions have been copied from the package
ros2topicso they can be used by other packages.Specifically, these functions can be reused by
ros2serviceandros2actionCLI tools. I'm proposing moving them torclpysince they might be used in other tools (e.g. rosbag).Here's the diff of the changes I made to the functions while moving them (excluding the docstrings):