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

Where the topic subscription is done in dvs_mapping? #7

Open
thebox-ujt opened this issue Aug 18, 2021 · 0 comments
Open

Where the topic subscription is done in dvs_mapping? #7

thebox-ujt opened this issue Aug 18, 2021 · 0 comments

Comments

@thebox-ujt
Copy link

thebox-ujt commented Aug 18, 2021

Hello.
I'm currently trying to run the EVO sample program, but the screen in the lower left corner of RVIZ: "Sparse depthmap" does not show anything, so I'm investigating the source code to see if there is something wrong with dvs_mapping.
image

The main function written in

RPG_COMMON_MAIN {
ros::init(argc, argv, "dvs_mapping");
ros::NodeHandle nh;
ros::NodeHandle pnh("~");

// Load camera calibration
image_geometry::PinholeCameraModel cam =
    evo_utils::camera::loadPinholeCamera(nh);



depth_from_defocus::DepthFromDefocusNode depth_defocus_node(nh, pnh, cam);



ros::spin();



return 0;

}

I couldn't find the subscribe() function in the above, so I was wondering if you could advise me where the topic subscription is done in dvs_mapping?

Thank you in advance for your help.

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

1 participant