Data loss between publisher and subscriber
Hello
I was running ROS package with one publisher and subscriber in below link. https://github.com/oroca/oroca_ros_tu...
Basically, publisher sends a number (add 1 every loop) and subscriber gets it.
So, I run subscriber first, then run publisher in a different terminal.
Then I could see that there was a loss.
Publisher starts with 0, but Subscriber gets from 3.
Is this normal? Is this solvable?
Thank you in advance.