Fixed theta not being set

This commit is contained in:
2024-11-29 14:33:48 +01:00
parent ce51d7bf1b
commit 379fa62ebf

View File

@ -88,6 +88,7 @@ private:
tf2::Matrix3x3(quaternion).getRPY(ro,phi,theta);
point_mtx_.lock();
point2d_ = {tf2_frame.translation.x,tf2_frame.translation.y};
theta_ = theta;
point_mtx_.unlock();