Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

想问一下关于代码的问题 #1

Open
ghost opened this issue Nov 18, 2021 · 0 comments
Open

想问一下关于代码的问题 #1

ghost opened this issue Nov 18, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 18, 2021

大佬好,我是小白
想请问下 VLOAM-NOTED/src/vloam_main/src/vloam_main_node.cpp 里面261行左右

 // 订阅ROS图像信息
  sub_image00_ptr =
      std::make_shared<message_filters::Subscriber<sensor_msgs::Image>>(nh, "/kitti/camera_gray_left/image_raw", 10);
  // 订阅相机的参数
  sub_camera00_ptr = std::make_shared<message_filters::Subscriber<sensor_msgs::CameraInfo>>(
      nh, "/kitti/camera_gray_left/camera_info", 10);
  // 订阅激光雷达
  sub_velodyne_ptr = std::make_shared<message_filters::Subscriber<sensor_msgs::PointCloud2>>(
      nh, "/kitti/velo/pointcloud", 10);  // TODO: change the buffer size to potentially reduce the data lost

这三个订阅的数据在哪部分发布的,没找到呜呜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants