We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906b659 commit bbc69c7Copy full SHA for bbc69c7
tf2/include/tf2/transform_storage.hpp
@@ -87,8 +87,8 @@ class TransformStorage
87
tf2::Quaternion rotation_;
88
tf2::Vector3 translation_;
89
TimePoint stamp_;
90
- CompactFrameID frame_id_;
91
- CompactFrameID child_frame_id_;
+ CompactFrameID frame_id_{UINT32_MAX};
+ CompactFrameID child_frame_id_{UINT32_MAX};
92
};
93
} // namespace tf2
94
#endif // TF2__TRANSFORM_STORAGE_HPP_
0 commit comments