Open JamesTann opened 1 day ago
Hello @JamesTann, I should check, but the RCL reporting mechanism for reporting errors is probably disabled in micro-ROS for saving memory.
Hi @pablogs9,
I am having similar issue so I am not creating a new issue. How can we enable the debug/error messages reporting?
PS: I am already using the docker to generate precompiled library.
How to get an error message when rcl_ret_t is 1?
Note: This is not an issue, just a question, so my apologies if this is not the right place to ask it.
I modeled this macro after the
RCCHECK
one used throughout the examples:Which calls this function:
However, when I encounter an error, I see this garbled output:
Output:
What is the proper way of getting a more specific error message?
Note: I am communicating to the Micro ROS Agent using ethernet, so my understanding is that I can safely using serial for debugging