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
We plan to handle a specific actor externally and update it. Since we are calculating all the physical values of this actor (position, velocity, acceleration, angular velocity, etc.), we have disabled all computations in CARLA by setting SetSimulatePhysics to False and are syncing the position using actor.SetTransform. However, we are inquiring because there is no method to sync other physical quantities to CARLA’s actor
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
-
We plan to handle a specific actor externally and update it. Since we are calculating all the physical values of this actor (position, velocity, acceleration, angular velocity, etc.), we have disabled all computations in CARLA by setting SetSimulatePhysics to False and are syncing the position using actor.SetTransform. However, we are inquiring because there is no method to sync other physical quantities to CARLA’s actor
Beta Was this translation helpful? Give feedback.
All reactions