Skip to content

Commit 5de764c

Browse files
committed
Attribute the images to SourceBots
1 parent ac4f8a7 commit 5de764c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

programming/sr/vision/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ A `ThreeDCoordinate` object contains an `x`, `y` and `z` attribute. The exact me
156156

157157
An `Orientation` object describes the orientation of a marker.
158158

159-
![]({{ site.baseurl }}/images/content/vision/yawpitchroll.png)
159+
![A visual representation of how the orientation axes work. Source: SourceBots]({{ site.baseurl }}/images/content/vision/yawpitchroll.png)
160160

161161
pitch
162162
: Rotation of the marker about the cartesian x-axis, in radians.
@@ -199,8 +199,7 @@ quaternion
199199

200200
The spherical coordinates system has three values to specify a specific point in space.
201201

202-
![]({{ site.baseurl }}/images/content/vision/spherical.png)
203-
202+
![A visual representation of Spherical coordinates. Source: SourceBots]({{ site.baseurl }}/images/content/vision/spherical.png)
204203

205204
- r - The radial distance, the distance from the origin to the point, in metres.
206205
- θ (theta) - The angle from the azimuth to the point, in radians.

0 commit comments

Comments
 (0)