6 #ifndef FLEXIV_RDK_FILE_IO_HPP_
7 #define FLEXIV_RDK_FILE_IO_HPP_
42 void UploadTrajFile(
const std::string& file_dir,
const std::string& file_name);
46 std::unique_ptr<Impl> pimpl_;
Interface for file transfer with the robot. The robot must be put into IDLE mode when transferring fi...
void UploadTrajFile(const std::string &file_dir, const std::string &file_name)
[Blocking] Upload a trajectory file (.traj) to the robot.
FileIO(const Robot &robot)
[Non-blocking] Create an instance and initialize file transfer interface.
Main interface with the robot, containing several function categories and background services.