How to play bagfile from a specific point( i.e not from start of the bagfile)?
My Bag file is taken from lidar and that file contains the following information.
path: file2.bag
version: 2.0
duration: 3:47s (227s)
start: Nov 08 2012 16:19:48.77 (1352371788.77)
end: Nov 08 2012 16:23:36.39 (1352372016.39)
size: 1.6 GB
messages: 28305
compression: none [1847/1847 chunks]
types: augv_msgs/InertialData [757c72354c42518ae68ece93194dc095]
gps_common/GPSFix [3db3d0a7bc53054c67c528af84710b70]
sensor_msgs/Image [060021388200f6f0f447d0fcd9c64743]
velodyne_msgs/VelodyneScan [50804fc9533a0e579e6322c04ae70566]
topics: /GPSFix 11383 msgs : gps_common/GPSFix
/InertialData 11383 msgs : augv_msgs/InertialData
/basler_node/image_raw 2590 msgs : sensor_msgs/Image
/velodyne_packets 2949 msgs :velodyne_msgs/VelodyneScan
/GPSFIX contains Latitude and longitude informations. I want to play the bag file from specific latitude and logitude value. How should i do this?