|
Exports instances of the DesignerTrajectory class to .xml-files in MMM format. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ImportExport/MMMExporter.h>
Public Member Functions | |
void | exportTrajectory (std::vector< armarx::DesignerTrajectoryPtr > trajectories, const std::string file) |
Exports a trajectory to the target file as a MMM file. More... | |
MMMExporter (EnvironmentPtr environment) | |
Exports instances of the DesignerTrajectory class to .xml-files in MMM format.
Definition at line 33 of file MMMExporter.h.
MMMExporter | ( | EnvironmentPtr | environment | ) |
Definition at line 39 of file MMMExporter.cpp.
void exportTrajectory | ( | std::vector< armarx::DesignerTrajectoryPtr > | trajectories, |
const std::string | file | ||
) |
Exports a trajectory to the target file as a MMM file.
trajectory | Trajectory to export. |
fps | Frequency of the measurements in measurements per second. |
Definition at line 44 of file MMMExporter.cpp.