Skip to content
Snippets Groups Projects
Commit 1425a14b authored by Fabian Reister's avatar Fabian Reister
Browse files

global frame constant

parent ef58e9eb
No related branches found
No related tags found
1 merge request!289Aruco object memory
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "types.h" #include "types.h"
#include "RobotAPI/libraries/core/FramedPose.h"
#include <RobotAPI/libraries/armem_objects/aron/Marker.aron.generated.h> #include <RobotAPI/libraries/armem_objects/aron/Marker.aron.generated.h>
#include "aron_forward_declarations.h" #include "aron_forward_declarations.h"
...@@ -56,7 +57,7 @@ namespace armarx::armem::marker ...@@ -56,7 +57,7 @@ namespace armarx::armem::marker
Marker::getGlobalMarkerPose() const Marker::getGlobalMarkerPose() const
{ {
return {robotGlobal.toEigen() * depthCamera.toEigen() * markerPose.toEigen(), return {robotGlobal.toEigen() * depthCamera.toEigen() * markerPose.toEigen(),
"global", GlobalFrame,
"marker"}; "marker"};
} }
......
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