Struct Record

Struct Documentation

struct Record

One row of the log contains a robot command of timestamp n and a corresponding robot state of timestamp n+1. Provided by the ControlException.

Public Members

RobotState state

Robot state of timestamp n+1.

RobotCommand command

Robot command of timestamp n, after rate limiting (if activated).