In cfg/examples/policy.yaml, sensor: type: virtual_primesense
but in rgbd_sensors.py
there is no branch with the name of "virtual primesense", only "virtual" or "primesense", which one should put in the policy.yaml? Thank you.
It appears that this was changed to "virtual" as there is a generic virtual RGB-D sensor class that loads image from disk. You can put "virtual" in the policy.yaml file.
In cfg/examples/policy.yaml, sensor: type: virtual_primesense
but in rgbd_sensors.py there is no branch with the name of "virtual primesense", only "virtual" or "primesense", which one should put in the policy.yaml? Thank you.