Toggling Hide Debug
causes ros2cli node name to get prefixed with n__
#65
Labels
Debug
causes ros2cli node name to get prefixed with n__
#65
Following this tutorial: https://docs.ros.org/en/rolling/Tutorials/Launch-Files/Creating-Launch-Files.html
I notice that toggling
Debug
causes the ros2cli node name to get prefixed withn__
.Launch file
Publish command
To reproduce, launch the launch file, start the publish command, run
rqt_console
, and observe what happens whenDebug
is toggled.With
Debug
not hidden the node is/_ros2cli_52974
With
Debug
hidden the node isn__ros2cli_52974
I'm not sure if I would expect the node name to stay the same, or if I would expect the
ros2cli
node to be hidden whenDebug
is checked.The text was updated successfully, but these errors were encountered: