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
Hello everyone,
I have a question about the methods get_velocity() and get_angular_velocity() of a carla.Vehicle. Are the calculated velocities related to the global coordinate system of CARLA or to the local coordinate system of the vehicle? Unfortunately, I could not find any information on this in the documentation.
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
I have the same problem and i find the set_angular_velocity useless, do you have any progress? Can you use set_angular_velocity and set_velocity() properly?
It is explained in carla.Rotation: "Class that represents a 3D rotation and therefore, an orientation in space. CARLA uses the Unreal Engine coordinates system. This is a Z-up left-handed system."
Hello everyone,
I have a question about the methods
get_velocity()
andget_angular_velocity()
of a carla.Vehicle. Are the calculated velocities related to the global coordinate system of CARLA or to the local coordinate system of the vehicle? Unfortunately, I could not find any information on this in the documentation.Many thanks in advance.
The text was updated successfully, but these errors were encountered: