I am trying to record a number of topics which includes depth map from a stereo camera, color images from the camera, IMU data and GPS data. I get the warning '*buffer exceeded*' after storing around 4 bag files. My ram size is 16 GB. Will increasing the RAM (to say 32 GB) and then increasing the buffer size, help me get over this problem?
following is the command I use to record the topics
rosbag record -O --buffsize=15000 --split --duration=5s
↧