|
Exports instances of the DesignerTrajectory class to files as serialized instance of the Trajectory class. UserWaypoint information is not exported. More...
#include <RobotComponents/gui-plugins/RobotTrajectoryDesignerGuiPlugin/ImportExport/TrajectoryExporter.h>
Public Member Functions | |
void | exportTrajectory (std::vector< DesignerTrajectoryPtr > trajectories, const std::string file) |
Exports a trajectory to the target file as a serialized instance of the Trajectory class. More... | |
Exports instances of the DesignerTrajectory class to files as serialized instance of the Trajectory class. UserWaypoint information is not exported.
Definition at line 35 of file TrajectoryExporter.h.
void exportTrajectory | ( | std::vector< DesignerTrajectoryPtr > | trajectories, |
const std::string | file | ||
) |
Exports a trajectory to the target file as a serialized instance of the Trajectory class.
trajectory | Trajectory to export. |
fps | fsequency of the measurements in measurements per second. |
c | The Ice::Current instance |
Definition at line 33 of file TrajectoryExporter.cpp.