[SOLVED] How to publish two synchronized messages?
Hi,
I build a robot which has two encoders. I want the encoders to publish their count at the exact same time.
Right now, the subscriber node is using the ApproximateTimeSynchronizer, since with the TimeSynchronizer I get nothing (as expected).
So, my question is, is there a way to publish the 2 messages at the exact same time? I'm looking for a code solution. (I build the robot using BBB, I'm not in a lab and I dont have signal generators, etc,.)
Thanks for the help, Ron
Not sure I completely understand the question, are the encoders both being published by the BeagleBone Black? (I take it that's what BBB stands for) Can you put them both in one message?