haosulab / ManiSkill

SAPIEN Manipulation Skill Framework, a GPU parallelized robotics simulator and benchmark
https://maniskill.readthedocs.io/en/latest/
Apache License 2.0
561 stars 97 forks source link

Support fisheye camera shader and per-camera shader configurations #392

Open StoneT2000 opened 2 weeks ago

StoneT2000 commented 2 weeks ago

Will fundamentally change how cameras are setup in ManiSkill to be a bit more detached from how shaders are set since shaders follow a state machine approach to configure the next camera built whereas ManiSkill / python preference is to do object orientation + configuration type approach (e.g. CameraConfig(camera_type="fisheye")).