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
If the router is started with a config file containing an error, only a logging related error message is displayed, preventing the logging of the original error in config file.
To reproduce:
echo INVALID > invalid_conf.json5
ZENOH_ROUTER_CONFIG_URI=./invalid_conf.json5 ros2 run rmw_zenoh_cpp rmw_zenohd
Result:
logging system isn't initialized: call to rcutils_logging_console_output_handler failed.
[ros2run]: Process exited with failure 1
The text was updated successfully, but these errors were encountered:
If the router is started with a config file containing an error, only a logging related error message is displayed, preventing the logging of the original error in config file.
To reproduce:
Result:
The text was updated successfully, but these errors were encountered: