This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Description
Hi,
just something I noticed while trying to kill a node : multiple nodes with the same name :
ros@docker-desktop:/workspaces/simpletracker-ros2-ws$ ros2 node list
WARNING: Be aware that are nodes in the graph that share an exact name, this can have unintended side effects.
/annotated_frame_provider
/annotated_frame_provider
/camera_simulator
/configuration_service
/detection_provider
/detection_provider
/frame_provider
/frame_provider
/frame_provider
/mask_provider
/mask_provider
/simple_visualiser
/simple_visualiser
/simple_visualiser
/track_provider
/track_provider
I'm not sure whether that's a consequence of this or not, but I can not kill a node :
ros2ros2 node kill {}