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
By default, a Python print will not be seen on the console when using a ros2 launch command.
Link to a discussion on the topic: ros2/launch#188
This is problematic when debugging a lib that has no business having a ros logger added to it.
There is a simple fix. Currenlty the nodes are defined like this in the launch file:
By default, a Python print will not be seen on the console when using a ros2 launch command.
Link to a discussion on the topic:
ros2/launch#188
This is problematic when debugging a lib that has no business having a ros logger added to it.
There is a simple fix. Currenlty the nodes are defined like this in the launch file:
But we define them like this, prints will be visible:
This should NOT be the default setting, as it adds other issues.
Options:
The text was updated successfully, but these errors were encountered: