I got a question regarding the timing in Gazebo and ROS.
I have a car robot (with velodyne vlp16 LiDAR) which uses Gazebo plugins and some ROS packages. I'm aiming to detect the position of obstacle by moving the car and i would like to synchronize ros and Gazebo namely simulation time and real time on Gazebo. I have read ros time is the same as simulation time when the use_sim_time parameter is enabled. Unfortunately it doesn't work. I also try to set it directly using the parameter <real_time_factor>1</real_time_factor> on my sdf.file but it doesn't work. By running Gazebo and ros i always have in Gazebo real time factor equal to 0,71. I guess it muss be normally equal to 1.
Any idee how to solve this Problem please?