BRIDE tutorial problem - not the std output expected

asked 2015-11-04 04:46:08 -0500

chcorbato gravatar image

I have followed the BRIDE tutorial and found that there is no std output with the messages received from the listener node. That output is expected from the code implemented in the node.

Since the std output code was implemented in the update function of the node, you need to set the Frequency property of the node to some value bigger than the default 0 for update to execute.

I have set Frequency=20Hz to follow the talker (sending messages at 10Hz), and as expected to get two printouts of each message sent by talker

image description

edit retag flag offensive close merge delete