The current operation of the RGBD Camera instance depends on the existence of a camera body in the model/robot mujoco .xml description.
To be robot-agnostic we need to introduce the camera body programmatically before loading the .xml model file.
To do so we need a:
This is related to the PR #6 introducing the camera module with clean Python API, which is at the moment merged to devel branch. But this issue needs to be resolved before pushing to master.
The current operation of the RGBD
Camerainstance depends on the existence of a camera body in the model/robot mujoco .xml description.To be robot-agnostic we need to introduce the camera body programmatically before loading the .xml model file.
To do so we need a:
e.g.head_body`.This is related to the PR #6 introducing the camera module with clean Python API, which is at the moment merged to
develbranch. But this issue needs to be resolved before pushing tomaster.