Skip to content

how do you put the depth images provided by camera altogether and convert them to a top-down map?

Notifications You must be signed in to change notification settings

Yonggie/depth2topdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environments

This repo runs at omnigibson simulator and visualize the scene by Omniverse Streaming Client. You probably need to install the omniverse and the Omniverse Launcher.

By the way I have to say sth. bad on the omniverse download website and the documentation. we intend to install the Omniverse launcher but instead the download website keeps saying "start developing", and lead you to the Omniverse SDK. Such a mess!

Usage

After all installed, you can start to control the camera by keyboard and mouse in Omniverse Streaming Client and construct the top-down map! Something like the example usage:

Explanation

  1. calculate the camera intrinsic parameters, initialize top-down map and world point cloud.
  2. camera collects the depth image of current observation.
  3. convert depth image to point cloud (with in image view)
  4. update and connect the image point cloud to the world point cloud
  5. squeeze the world cloud points for visualization

About

how do you put the depth images provided by camera altogether and convert them to a top-down map?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages