You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* store types as constant and return ordered dict
Signed-off-by: Mikael Arguedas <[email protected]>
update tests
Signed-off-by: Mikael Arguedas <[email protected]>
simplify logic by printing member type directly
Signed-off-by: Mikael Arguedas <[email protected]>
move dict construction to rosidl_runtime_py
Signed-off-by: Mikael Arguedas <[email protected]>
add utility to import complex message and add support for nested array in set_message
Signed-off-by: Mikael Arguedas <[email protected]>
update tests and remove coverage for dict to avoid circular dependency
Signed-off-by: Mikael Arguedas <[email protected]>
more descriptive variable name
Signed-off-by: Mikael Arguedas <[email protected]>
refactor import logic according to ros2/rosidl_python#35
Signed-off-by: Mikael Arguedas <[email protected]>
move imports to top of file
Signed-off-by: Mikael Arguedas <[email protected]>
string maximum size doesn't need quoting or str conversion
Signed-off-by: Mikael Arguedas <[email protected]>
update docblock
Signed-off-by: Mikael Arguedas <[email protected]>
slot_types_dict_from_message -> get_message_slot_types
Signed-off-by: Mikael Arguedas <[email protected]>
check Abstrct type instead of 'list'
Signed-off-by: Mikael Arguedas <[email protected]>
use NestedType
Signed-off-by: Mikael Arguedas <[email protected]>
add conditional is namespaces is an empty list
Signed-off-by: Mikael Arguedas <[email protected]>
one liner
Signed-off-by: Mikael Arguedas <[email protected]>
extend test suite to cover NesteTypes of NamespacedTypes
Signed-off-by: Mikael Arguedas <[email protected]>
single message fixture to use
Signed-off-by: Mikael Arguedas <[email protected]>
use NestedType
Signed-off-by: Mikael Arguedas <[email protected]>
add coverage for static array of nested messages
Signed-off-by: Mikael Arguedas <[email protected]>
restore old API
Signed-off-by: Mikael Arguedas <[email protected]>
SLOT_TYPES improvement from dirk-thomas
Signed-off-by: Mikael Arguedas <[email protected]>
resolve conflicts
Signed-off-by: Mikael Arguedas <[email protected]>
* add back I100 ignore
Signed-off-by: Mikael Arguedas <[email protected]>
* use new rosidl_parser.definition types and new test interfaces
Signed-off-by: Mikael Arguedas <[email protected]>
* restore original test, add test for SLOT_TYPES
Signed-off-by: Mikael Arguedas <[email protected]>
0 commit comments