motionprimitives.h
Go to the documentation of this file.
1#ifndef MOTIONPRIMITIVES_H
2#define MOTIONPRIMITIVES_H
3
4#include <filesystem>
5#include <fstream>
6#include <iostream>
7#include <optional>
8
9// ArmarX
10#include <RobotAPI/libraries/aron/common/aron/trajectory.aron.generated.h>
11
13{
14
15 std::optional<armarx::arondto::Trajectory>
16 createFromFile(const std::filesystem::path& pathToInfoJson, bool taskspace);
17
18}
19#endif // MOTIONPRIMITIVES_H
std::optional< armarx::arondto::Trajectory > createFromFile(const std::filesystem::__cxx11::path &pathToInfoJson, bool taskspace)