A 3d spatial query based robot vision occ. The training data is collected on Nvidia Isaaclab simulation platform.
It's a demo project and it's not open source now.
演示截图
IsaacLab
A simulation scene is created to collect data, the robot(ANYMAL_C) is controlled by keyboard "W"/"S"/"A"/"D" to walk forward/backward/turn left/turn right.
A stereo camera is mounted on the top of the robot to get sensor data. A colored picture & depth RGB is acquired with 2Hz, and point cloud & occ label is calculate post process.
演示截图
演示截图
演示截图
演示截图
Prediction
Bellow is the predicted rersult. Python test.py to run the inference.
demo
Quickstart
The code has been tested both on Windows11 and Ubuntu 22.04. An anaconda virtual env is recommaned.