Skip to content
Snippets Groups Projects
Commit 9ef9796e authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Merge branch 'armem/ltm/pse' of https://gitlab.com/ArmarX/RobotAPI into armem/ltm/dev

parents 1b0f53ab b69f853a
Branches armem/fix/no-locks-memory-viewer
No related tags found
1 merge request!286skill provider usability updates
......@@ -65,7 +65,8 @@ module armarx
struct StartRecordInput {
armarx::core::time::dto::DateTime executionTime;
string recordingID; //recordingID is formatted: timestamp_recordingName
string recordingID;
armarx::core::time::dto::DateTime startTime;
Configuration configuration;
};
}
......
......@@ -429,6 +429,7 @@ namespace armarx::armem::client
{
server::dto::StartRecordInput i;
i.executionTime = armarx::core::time::dto::DateTime();
i.startTime = armarx::core::time::dto::DateTime();
i.recordingID = "";
i.configuration.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment