if(argc !=4){cerr<<endl<<"Usage: rosrun ORB_SLAM2 Stereo path_to_vocabulary path_to_settings do_rectify"<<endl;ros::shutdown();return1;} // Create SLAM system. It initializes all system threads and gets ready to process frames.ORB_SLAM...