Closed chadrockey closed 12 years ago
This is because the sequence is incremented by the factory and not the publisher ala roscpp
Fixed here: https://github.com/ros-android/android_sensors_driver/commit/078fef1dfacc5b95881a0e41409e69200a8dd646
Sequences increment according to ROSJava standard. All sequence numbers from the same process will increment. Pending this bug for ROSJava:
In the latest version, the msg.header.seq number does not increment..