diff --git a/Examples/ROS/ORB_SLAM2/manifest.xml b/Examples/ROS/ORB_SLAM2/manifest.xml index b40564f796..78867c75ac 100644 --- a/Examples/ROS/ORB_SLAM2/manifest.xml +++ b/Examples/ROS/ORB_SLAM2/manifest.xml @@ -9,6 +9,7 @@ + diff --git a/Examples/ROS/ORB_SLAM2/src/ros_stereo.cc b/Examples/ROS/ORB_SLAM2/src/ros_stereo.cc index ec1b0a9cd8..8317bb40b5 100644 --- a/Examples/ROS/ORB_SLAM2/src/ros_stereo.cc +++ b/Examples/ROS/ORB_SLAM2/src/ros_stereo.cc @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include @@ -131,7 +131,7 @@ int main(int argc, char **argv) ros::NodeHandle nh; g_pubPose = nh.advertise("/cube/data/vslam_localization/pose", 1); - g_pubInfo = nh.advertise("/cube/data/vslam_localization/info", 1); + g_pubInfo = nh.advertise("/cube/data/vslam_localization/info", 1); message_filters::Subscriber left_sub(nh, "/camera/left/image_raw", 1); message_filters::Subscriber right_sub(nh, "/camera/right/image_raw", 1);