Open KKalem opened 7 months ago
Replaced rosbridge_library.message_conversion:extract_values and populate_instance() functions with equivalent rosidl_runtime_py functions.
rosbridge_library.message_conversion:extract_values
populate_instance()
rosidl_runtime_py
The old functions could not handle the case when a ROS Message had a list of other ROS messages as a field. The new ones can.
What
Replaced
rosbridge_library.message_conversion:extract_values
andpopulate_instance()
functions with equivalentrosidl_runtime_py
functions.Why
The old functions could not handle the case when a ROS Message had a list of other ROS messages as a field. The new ones can.