32 CartesianPose cartesian_pose{1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
69 std::string
logToCSV(
const std::vector<Record>& log);
Stores values for joint velocity motion generation.
CartesianVelocities cartesian_velocities
sent to the robot.
Stores values for Cartesian velocity motion generation.
std::string logToCSV(const std::vector< Record > &log)
Writes the log to a string in CSV format.
JointPositions joint_positions
sent to the robot.
Contains helper types for returning motion generation and joint-level torque commands.
Stores joint-level torque commands without gravity and friction.
Torques torques
sent to the robot.
RobotState state
Robot state of timestamp n+1.
RobotCommand command
Robot command of timestamp n, after rate limiting (if activated).
Stores values for Cartesian pose motion generation.
Contains the franka::RobotState types.
Command sent to the robot.
Stores values for joint position motion generation.
Describes the robot state.
One row of the log contains a robot command of timestamp n and a corresponding robot state of timesta...
JointVelocities joint_velocities
sent to the robot.
CartesianPose cartesian_pose
sent to the robot.