-
Notifications
You must be signed in to change notification settings - Fork 791
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
rtabmap/rgbd_odometry: Did not receive data since 5 seconds! (/camera/color/image_raw \ + /camera/aligned_depth_to_color/image_raw \ + /camera/color/camera_info) #1372
Comments
You are on something,
You may also show which commands you tried to start realsense, the lidar and rtabmap. |
Hello Mat, thank you for the input. I went for : I've done 2 rosbag for 2 realsense commands: ROSBAG1: Commands used:M2M2 = ROSBAG2: Commands used:M2M2 =
Seems like the command #2 for the D435i is failing to work properly, but the #1 seems to be working fine. Still, with both, rtabmap is still giving the error message. Peace. |
In rosbag 1, the depth image topic is missing. In rosbag 2, only the scan topic is there. |
How would you go about this? Any idea what might cause such issue? Thanks |
Can you do this:
Record 10 sec, then verify that all those topics are in the rosbag. If one or more are missing, you should debug why the corresponding nodes are not publishing them. If all topics are there, can you share the rosbag on a dropbox/googledrive? |
Yes, you would need to debug why the camera is not publishing anything. For convenience, instead of recording a bag, you can debug with:
|
If you can record a bag, can you share one? |
Hello Mat, yes I can share one with you, no problem. I just want to show you guys, that I did indeed capture... something! We are making progress here! My rtabmap_GUI is still very buggy flashing red and yellow. I think my slamware nodes/topics weren't running (lidar module 2d) but I still got the d435i realsense. I still need to work on my URDF and rtabmap.launch (it's like 500 lines) (I've tried to make a custom .launch by I keep on running into more problems... anyways!). I will 3D print a frame so it will probably help too. It's supposed to be a single wall! hahaha You can see that I have some frames duplicate clearly, we can see it by the light source and the photo frames. BUT! after like.... over a month of trials I would say.. this is quite an achievement! Small wins count! |
It looks like bad visual odometry, or odometry done in wrong frame. I don't know what kind of data slamware is producing (it is like producing 3 frames), if you have a bag, I could guess what they should represent. The time looks fine, that format is epoch time. You can convert it to human-readable here https://www.epochconverter.com/ |
Can you share that database? Having a look at the data could help to give more tips or see if there are issues with the data. |
Hello guys,
I've been stock on this for days now...
I'm currently trying to build a mobile 3d mapping kit using:
My rtabmap won't work with neither D435i or M2M2 Mapper (zero success so far).
I've been able to make my sensor work in Rviz. M2M2 is doing a real-time 2d map (nice), IMU seems to be working (I'm no expert), pointcloud, odometry and so on.
D435i is also being detected as you see in the screen shot:
D435i is also working in Realsense Viewer:
Please note that my coding skill is not high.
I've been trying to see what is the issue. /camera/color/image_raw \ + /camera/aligned_depth_to_color/image_raw \ + /camera/color/camera_info are all published under : rostopic list.
If I run rostopic hz, all topic will display : No new message.
I've update dependencies and package and everything seems to be up-to-date.
I can't achieve the RGB-D Handheld Mapping tutorial.
Thank you all
Peace & Blessings
The text was updated successfully, but these errors were encountered: