Contains helper types for logging sent commands and received robot states. More...
Go to the source code of this file.
Classes | |
struct | franka::Record |
One row of the log contains a robot command of timestamp n and a corresponding robot state of timestamp n+1. More... | |
struct | franka::RobotCommand |
Command sent to the robot. More... | |
Namespaces | |
franka | |
Functions | |
std::string | franka::logToCSV (const std::vector< Record > &log) |
Writes the log to a string in CSV format. More... | |
Contains helper types for logging sent commands and received robot states.
Definition in file log.h.