How to monitor variables in actiongraph

Hi,

Is there any method to monitor the variables in actiongraph? For example, in tutorial mport and Drive TurtleBot3.
image
I want to monitor the output x.

you can always print things out by using a “to string” node and “print text” node. You may need to change the printing node’s output level from “info” to “warning” to see it in the console.

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.