Skip to content

Commit ed530e2

Browse files
committed
Merge pull request tum-vision#66 from ethz-asl/simonlynen-patch-1
Initialize mapptr to nullptr
2 parents 6f0c02f + a09d151 commit ed530e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptam/src/System.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using namespace GVars3;
2121

2222

2323
System::System() :
24-
nh_("vslam"), image_nh_(""), first_frame_(true)
24+
nh_("vslam"), image_nh_(""), first_frame_(true), mpMap(NULL)
2525
{
2626

2727
pub_pose_ = nh_.advertise<geometry_msgs::PoseWithCovarianceStamped> ("pose", 1);

0 commit comments

Comments
 (0)