Skip to content
Snippets Groups Projects
Commit e0e513d2 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Done use an initial pose

parent 5d5813ec
No related branches found
No related tags found
No related merge requests found
Pipeline #29123 failed
......@@ -341,7 +341,7 @@ bool OpenVRRender::retrieve(ftl::data::Frame &frame_out) {
}
}
rgbdframe.setPose() = initial_pose_*viewPose;
rgbdframe.setPose() = viewPose; //initial_pose_*viewPose;
} else {
LOG(ERROR) << "No VR Pose";
......
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