sensor fusion between 2da lidar and realsense camera #79
Replies: 2 comments 2 replies
-
Hi @hardikbvaghela - Here are all of our tutorials: https://mushr.io/tutorials/ And here are some that might be specifically relevant to your question: |
Beta Was this translation helpful? Give feedback.
-
Hi hardikvaghela. This will take a bit of work. First you will need to classify obstacles in the image space. Most people use some neural network for this. Assuming you have a good classification using the RGB of the camera, you can use the depth image to get associated depth of the obstacles. So if some pixel is classified as a wall, the same pixel in the depth image should give you the depth of the wall. Then you can convert them to 3D points using the following For each point in the laserscan there is a distance and associated angle. You can convert that to x, y points via the following polar --> cartesian equations |
Beta Was this translation helpful? Give feedback.
-
hello
i want to ask you about the sensor fusion how can i fuse both camera and lidar and get the obstacle distance and angle measurement on my screen?
Beta Was this translation helpful? Give feedback.
All reactions