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
cling: If True, the z-coordinate of the vehicle's position will be set to the ground level at the given
position to avoid spawning the vehicle below ground or in the air.
Although cling=True, the cars still fly on the sky or flow in the water
I think the z-axis value does not set to the ground level.
How can I get the ground level of each map?
Is the cling a bug?
The text was updated successfully, but these errors were encountered:
Hello,
There is a problem with cling, unfortunately. We are looking into it. You can press F11 and go into the 'world editor'. From there, you can find the world coordinates of everything in the map. On the left, you can see the 'scene tree' where everything is, or you can click on things which you are interested in. When you get the z-coordinate of the ground, you can try setting the vehicle to take the position (or maybe eg 0.5m above it).
Although cling=True, the cars still fly on the sky or flow in the water
I think the z-axis value does not set to the ground level.
The text was updated successfully, but these errors were encountered: