Skip to content

Question about the position of the object after write_root_state_to_sim #581

Closed Answered by Mayankm96
johnnylu305 asked this question in Q&A
Discussion options

You must be logged in to vote

While running the simulation, we disable USD read/write operations for performance reasons (also known as using Fabric in Omniverse). Due to this, you don't see any data in the GUI getting updated. If you want to disable fabric for debugging, you can set the flag for it to False in the SimulationCfg:

Example:

sim_cfg = SimulationCfg()
sim_cfg.use_fabric = False
sim_cfg.use_gpu_pipeline = False
sim_cfg.physx.use_gpu = False

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Mayankm96
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants