genmsg
genmsg copied to clipboard
Standalone Python library for generating ROS message and service data structures for various languages
In http://wiki.ros.org/Names 1.2.1 it says that "There is at most one forward slash ('/')". It is not double-slash, right? https://github.com/ros/genmsg/blob/7d8b6ce6f43b6e39ea8261125d270f2d3062356f/src/genmsg/names.py#L131-L132
I must be doing something wrong, or would such a bug go unnoticed from the beginning of rosmsg? I have a custom message which works with all the CLI tools...
It would be great if we can have flexibility to specify namespace for the generated message/service type. This helps not to break old recording after refactoring package structure and changing...
Change for @ #93 Related change to gencpp https://github.com/ros/gencpp/pull/50 in .msg file, specify name space like below, #NAMESPACE A [Field} . .
In cases where constants in messages are set to special floats, for example: ``` float32 a = NaN float32 p = Inf float32 n = -Inf ``` The successfully generated...
Close https://github.com/ros/genmsg/issues/67 Why? ------ I needed to remove or migrate some messages/services from packages, and I'd like to show deprecation warning for users. This PR enables that feature. Usage -----...
Is there way to achieve this? I have some ROS messages which are migrated to other package and deprecated. I have a plan to add this feature to genpy and...
Hi! When using genmsg / genpy to generate messages, the path of the host is leaked into the python cache modules. For example, in the official deployed ubunut packages, it...