Skip to content

Commit

Permalink
Merge pull request tum-vision#66 from ethz-asl/simonlynen-patch-1
Browse files Browse the repository at this point in the history
Initialize mapptr to nullptr
  • Loading branch information
simonlynen committed May 16, 2015
2 parents 6f0c02f + a09d151 commit ed530e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptam/src/System.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using namespace GVars3;


System::System() :
nh_("vslam"), image_nh_(""), first_frame_(true)
nh_("vslam"), image_nh_(""), first_frame_(true), mpMap(NULL)
{

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

0 comments on commit ed530e2

Please sign in to comment.