-
Hello, I noticed that in the code comments, it mentions that an unlimited number of cameras can be used. However, I wasn't able to find any functions or APIs to add additional cameras beyond the default one. Could you provide some guidance on how to add extra cameras to the environment? |
Beta Was this translation helpful? Give feedback.
Answered by
YoruCathy
Nov 8, 2024
Replies: 1 comment 6 replies
-
Check this |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code seems fine. We'll look into this on our end.
Actually, have you tried making a copy of the current camera? This is the API:
RCareWorld/pyrcareworld/pyrcareworld/attributes/base_attr.py
Line 197 in 76f0bb9