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

Merge branch 'master' of https://git.h2t.iar.kit.edu/sw/armarx/robot-api into fabianpk

parents 124d9399 2b301ace
No related branches found
No related tags found
1 merge request!337Merge fabianpk dev branch
......@@ -42,6 +42,12 @@ namespace armarx::armem::robot
using ToFArray = Eigen::MatrixXf;
struct ToF
{
ToFArray array;
std::string frame;
};
struct RobotState
{
......
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