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
Use new strategy to verify message transmitting (#250)
* Use new strategy to verify message transmitting
Before we used console output of C++ and Python subscription to
check the message, this may sometimes fail on low performance machine.
Now we use a new strategy to verify message:
* Rclnodejs publisher sends message to C++ or Python subscriptions
* The subscriptions then send the message back by creating a new publisher
* The rclnodejs side then creates a new subscription to receive messages
Therefore, there is no need to keep the rclnodejs subscription - C++/Python
publisher cases any more.
Fix: #222
0 commit comments