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

the problem about using my own camera for reconstruction #37

Open
zhhz9706 opened this issue Oct 20, 2020 · 4 comments
Open

the problem about using my own camera for reconstruction #37

zhhz9706 opened this issue Oct 20, 2020 · 4 comments

Comments

@zhhz9706
Copy link

Thank you for your excellent work. When I use DenseSurfelMapping, I use VINS-Fusion, and the camera uses Realsense D435i, but when I use it, DenseSurfelMapping does not work. There is no information when I open spImage in rviz. Do I need to synchronize the posture information with the image and depth map in the DenseSurfelMapping code before fusing it? If so, how should it be synchronized?
Thanks again for your work!

@WANG-KX
Copy link
Member

WANG-KX commented Oct 20, 2020

Hi,
take a look at this function. This function synchronizes all necessary messages.

@zhhz9706
Copy link
Author

嗨,
看看这个功能。此功能同步所有必要的消息。

Hi, thank you for your reply. In the void SurfelMap::synchronize_msgs() function, you have performed the time stamp synchronization work, but I see that you have defined the typedef message_filters::sync_policies::ExactTime<sensor_msgs::PointCloud, nav_msgs::Path, nav_msgs earlier ::Odometry> exact_policy; But it is not used. I tried to synchronize the rgb image and the depth map in D435i, but it still cannot be used. What is the reason for this? Do I need to use messag_filters for time synchronization before calling the callback function?
Looking forward to your reply!

@zhhz9706
Copy link
Author

zhhz9706 commented Dec 8, 2020

Hi,
take a look at this function. This function synchronizes all necessary messages.

Hi,
Can I use the odometry provided by Realsense T265 and the Depth provided by D435i as the input of DenseSurfelMapping?

@greymaner
Copy link

@zhhz9706 I also want to use both t265 and d435i to generate surfel maps, can you give me some advice? thx!

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

3 participants