We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b2225 commit 3864793Copy full SHA for 3864793
models/include/cloe/component/object_sensor.hpp
@@ -88,7 +88,7 @@ class NopObjectSensor : public ObjectSensor {
88
protected:
89
Frustum frustum_;
90
Objects objects_;
91
- Eigen::Isometry3d mount_;
+ Eigen::Isometry3d mount_ = Eigen::Isometry3d::Identity();
92
};
93
94
} // namespace cloe
0 commit comments