Skip to content

How to Log with RosBag

MohammadMahdi edited this page Apr 9, 2019 · 2 revisions

minimal logging

rosbag record /world_model

to stop record press ctrl+c

for replay

rosbag <log_file.bag> -s <start_pos> -l -p log

Clone this wiki locally