ORB_SLAM
ORB_SLAM copied to clipboard
added pose publisher in Tracking.cc and Tracking.h
PoseStamped output is sometimes more useful than having to deal with tf...
You might want to just put "ros::Publisher PosPub;" in Tracking.h and initialize it in the constructor of Tracken.cc to avoid the annoying warning while building.