Skip to content
Snippets Groups Projects
Commit 95e8407f authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix deprecated usage

parent 89f99682
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ namespace armarx::armem
transform.header.agent = "Armar3";
transform.header.parentFrame = OdometryFrame;
transform.header.frame = armarx::armem::robot_state::constants::robotRootNodeName;
transform.header.timestamp = armem::Time::microSeconds(_timestampUpdateFirstModifiedInUs);
transform.header.timestamp = armem::Time(armem::Duration::MicroSeconds(_timestampUpdateFirstModifiedInUs));
Eigen::Isometry3f tf = Eigen::Isometry3f::Identity();
tf.translation().x() = (update.platformPose.x);
......
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