Playback of logged data. More...

Playback of logged data.

The readlog driver can be used to replay data stored in a log file. This is particularly useful for debugging client programs, since users may run their clients against the same data set over and over again. Suitable log files can be generated using the writelog driver. The format for the log file can be found in the data logging tutorial.

See below for an example configuration file; note that the device id's specified in the provides field must match those stored in the log file (i.e., data logged as "position2d:0" must also be read back as "position2d:0").

For help in controlling playback, try playervcr. Note that you must declare a log device to allow playback control.

Compile-time dependencies
Provides

The readlog driver can provide the following device interfaces.

The driver also provides an interface for controlling the playback:

Requires
Configuration requests
Configuration file options
Example
# Play back odometry and laser data at twice real-time from "mydata.log"
driver
(
  name "readlog"
  filename "mydata.log"
  provides ["position2d:0" "laser:0" "log:0"]
  speed 2.0
)
Author
Andrew Howard, Radu Bogdan Rusu, Rich Mattes