Index_pos meaning in rosbag
Hy, Can someone please explain purpose of index_pos field in bag header record. Description of it is: offset of first record after the chunk section. When i use audio_capture packages to record mp3 sound, index_pos is pointing to connection record. Shouldn't it be pointing to Index data record, becouse chunk record consist of message records and connection records? Why 2 Connection redords exist?
Bag header record |
Chunk record |
Connection record |
Msg records |
Index data record |
Connection record <----- index_pos |
Chunk info record |