Replies: 2 comments
-
Yes! We are actually done with prarallel rendering and working on some test and optimization |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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