ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Somehow fixed the problem. I had to activate system ntp service time :
timedatectl set-ntp true
For some reason, I did not notice NTP time service was inactive. Probably, the rosbag and ROS time was not in sync. Then, change my .bashrc ROS master and IP back to default. I would still appreciate if someone could give a better explanation.