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
Mode manager raises a segfault when working with nodes that live in namespaces. The error happened when trying to prepend a namespace (e.g., in the example for one of the nodes) and prepending it to the node definition in the SMH file.
The text was updated successfully, but these errors were encountered:
The problem is not directly related to namespaces. Namespaces not correctly declared for every instance of the particular part in the YAML file lead to a faulty vector access.
If namespaces are properly and consistently declared in the SMH yaml file, no segfault occurs.
* Adapts the two_lifecycle_nodes launch test to have one node in a separate namespace.
* Adapts to new rolling declare_parameter API
* Minor fix for flake
#76
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Mode manager raises a segfault when working with nodes that live in namespaces. The error happened when trying to prepend a namespace (e.g., in the example for one of the nodes) and prepending it to the node definition in the SMH file.
The text was updated successfully, but these errors were encountered: