Skip to content

Commit fcb915b

Browse files
committed
minimator: Fix use of uninitialized mount_pose
1 parent 3864793 commit fcb915b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/minimator/src/minimator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class MinimatorLaneSensor : public cloe::LaneBoundarySensor {
185185
private:
186186
cloe::LaneBoundaries lane_boundaries_;
187187
cloe::Frustum frustum_;
188-
Eigen::Isometry3d mount_pose_;
188+
Eigen::Isometry3d mount_pose_ = Eigen::Isometry3d::Identity();
189189
};
190190

191191
/**

0 commit comments

Comments
 (0)