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 see that in another discussion months ago link, the following way is suggested for simulating a conveyor belt in IsaacLab.
However, it seems that in IsaacLab 2.2.1 I am using, there is no longer omni.isaac.lab.sim.physics and set_collider_surface_velocity?
from omni.isaac.lab.sim.physics import set_collider_surface_velocity
surface_velocity_vector = [0.5, 0, 0] # Moves along +X at 0.5m/s
set_collider_surface_velocity(
stage=env.stage, # or sim.stage depending on your initialization
prim_path=belt_prim_path,
velocity=surface_velocity_vector
)
Also, the other way suggested by other users must use CPU physics mode.
I was wondering for IsaacLab 2.2.1 is there a recommended way to simulate conveyor belt? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see that in another discussion months ago link, the following way is suggested for simulating a conveyor belt in IsaacLab.
However, it seems that in IsaacLab 2.2.1 I am using, there is no longer
omni.isaac.lab.sim.physicsandset_collider_surface_velocity?Also, the other way suggested by other users must use CPU physics mode.
I was wondering for IsaacLab 2.2.1 is there a recommended way to simulate conveyor belt? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions