You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: