We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b2f52 commit 0ae3dfbCopy full SHA for 0ae3dfb
svo_common/src/frame.cpp
@@ -31,7 +31,7 @@ Frame::Frame(
31
size_t n_pyr_levels)
32
: id_(frame_counter_++) // TEMPORARY
33
, cam_(cam)
34
- , key_pts_(5, std::make_pair(-1, BearingVector()))
+ , key_pts_(5, std::make_pair(-1, BearingVector::Zero()))
35
, timestamp_(timestamp_ns)
36
{
37
initFrame(img, n_pyr_levels);
@@ -45,7 +45,7 @@ Frame::Frame(
45
: id_(id)
46
47
, T_f_w_(T_world_cam.inverse())
48
49
50
{}
51
0 commit comments