Replies: 3 comments 8 replies
-
Yes! We are actually done with prarallel rendering and working on some test and optimization |
Beta Was this translation helpful? Give feedback.
-
Thanks, looking forward to it! Do you also plan to release motion planning support in batched environments soon? |
Beta Was this translation helpful? Give feedback.
-
Hi! How is the progress on the ability to set camera poses individually for each environment in batched mode? Have you been able to implement this feature yet, as well as the ability to attach the camera to a body (e.g., the robot's end-effector, as discussed at the beginning of the thread)? These are very important features for our tasks. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a better way to record batched environments other than to add a bunch of cameras with
add_camera
, and have largeenv_spacing
so they don't record robots from other environments? You also need to be mindful of the coordinates when you change the batch size, since coordinate system for cameras are not relative to the environments. If there is a method to do this which is fast with parallelization and less fiddly, or there is a plan to add one, I'd be glad to know!Beta Was this translation helpful? Give feedback.
All reactions