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

Occupancy grid and disparity map from depth image #228

Open
Astik-2002 opened this issue Jul 10, 2024 · 1 comment
Open

Occupancy grid and disparity map from depth image #228

Astik-2002 opened this issue Jul 10, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@Astik-2002
Copy link

Greetings. I want to create a 3D occupancy map from the depth images that we get from visionAviary. Most formulations I've seen rely on creating a disparity map from left and right camera images. Can someone share how to do it? Or any other alternative ways to create an occupancy map?

Also, rn I'm using matplotlib.pyplot.imshow to view depth images. Can I increase the update rate for this. The code I'm using can be found here https://github.com/Astik-2002/gym-pybullet-drones/blob/master_dev/gym_pybullet_drones/examples/fly_im.py. Also pinned below is a reference video
Screencast from 07-10-2024 04:57:22 PM.webm

@Astik-2002
Copy link
Author

Hello. As an update to previous issue, I've managed to create an occupancy map using open3d, but the update rate is very low, hence the map is not usable. Can someone share how to improve it?

The video for current map can be found here: https://drive.google.com/file/d/18TR8p-jfaahy2NeE2IaZJ2SsY3mGCTRR/view?usp=drivesdk

@JacopoPan JacopoPan added enhancement New feature or request question Further information is requested labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants