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
This causes the rmw_dps implementation to crash. This worked in Crystal.
In the master branch, build/rcl_interfaces/rosidl_typesupport_introspection_cpp/rcl_interfaces/msg/parameter_event__type_support.cpp, resize_function__ParameterEvent__new_parameters is defined, but it is not included in the ParameterEvent_message_member_array structure.
In release-crystal-20190408 the resize_function is included.
I see that the check to define the function uses isinstance(member.type, AbstractSequence) whereas the check to include it is isinstance(member.type.value_type, AbstractSequence). I'm not sure which one is correct.
The text was updated successfully, but these errors were encountered:
This causes the rmw_dps implementation to crash. This worked in Crystal.
In the master branch, build/rcl_interfaces/rosidl_typesupport_introspection_cpp/rcl_interfaces/msg/parameter_event__type_support.cpp, resize_function__ParameterEvent__new_parameters is defined, but it is not included in the ParameterEvent_message_member_array structure.
In release-crystal-20190408 the resize_function is included.
I see that the check to define the function uses isinstance(member.type, AbstractSequence) whereas the check to include it is isinstance(member.type.value_type, AbstractSequence). I'm not sure which one is correct.
The text was updated successfully, but these errors were encountered: