You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to create a Leg Trajectory Generator (LTG) for a Hexapod.
However, the elapsed time in the simulation differs from the time obtained using Python's time().
I searched the Isaac Lab API but couldn’t find a function to get the simulation time directly.
The only relevant tool I found was omni.isaac.lab.utils.timer.Timer, so I’m considering using it.
Does Isaac Lab have a straightforward way to access the simulation time?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello everyone,
I’m trying to create a Leg Trajectory Generator (LTG) for a Hexapod.
However, the elapsed time in the simulation differs from the time obtained using Python's
time()
.I searched the Isaac Lab API but couldn’t find a function to get the simulation time directly.
The only relevant tool I found was
omni.isaac.lab.utils.timer.Timer
, so I’m considering using it.Does Isaac Lab have a straightforward way to access the simulation time?
Thank you!
The text was updated successfully, but these errors were encountered: