We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f0c02f + a09d151 commit ed530e2Copy full SHA for ed530e2
ptam/src/System.cc
@@ -21,7 +21,7 @@ using namespace GVars3;
21
22
23
System::System() :
24
- nh_("vslam"), image_nh_(""), first_frame_(true)
+ nh_("vslam"), image_nh_(""), first_frame_(true), mpMap(NULL)
25
{
26
27
pub_pose_ = nh_.advertise<geometry_msgs::PoseWithCovarianceStamped> ("pose", 1);
0 commit comments