Docs/lh coord system diagram (#8281)

* added Unreal Engine lhcs diagram

* changed to <img> tag
This commit is contained in:
MattRoweEAIF 2024-10-15 15:10:57 +02:00 committed by GitHub
parent 6df1c1ed79
commit f91eab2f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1998,7 +1998,7 @@ Iterate over the [carla.RadarDetection](#carla.RadarDetection) retrieved as data
---
## carla.Rotation<a name="carla.Rotation"></a>
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. <br> <br> The constructor method follows a specific order of declaration: `(pitch, yaw, roll)`, which corresponds to `(Y-rotation,Z-rotation,X-rotation)`. <br> ![UE4_Rotation](/img/unreal_lhcs.png) *Unreal Engine's left handed coordinate system with rotations*.
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. <br> <br> The constructor method follows a specific order of declaration: `(pitch, yaw, roll)`, which corresponds to `(Y-rotation,Z-rotation,X-rotation)`. <br> <img src="/img/unreal_lhcs.png" width="100%"> *Unreal Engine's left handed coordinate system with rotations*.
### Instance Variables
- <a name="carla.Rotation.pitch"></a>**<font color="#f8805a">pitch</font>** (_float<small> - degrees</small>_)

View File

@ -330,7 +330,7 @@
<br>
The constructor method follows a specific order of declaration: `(pitch, yaw, roll)`, which corresponds to `(Y-rotation,Z-rotation,X-rotation)`.
<br>
![UE4_Rotation](/img/unreal_lhcs.png)
<img src="/img/unreal_lhcs.png" width="100%">
*Unreal Engine's left handed coordinate system with rotations*
# - PROPERTIES -------------------------
instance_variables: