Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 413404e

Browse files
authored
Update nt-api.rst (#278)
* Update nt-api.rst * Update nt-api.rst
1 parent 590aafd commit 413404e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/docs/programming/nt-api.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Getting Target Information
3232
+-------------------+--------------+--------------------------------------------------------------------------+
3333
| ``targetSkew`` | ``double`` | The skew of the target in degrees (counter-clockwise positive). |
3434
+-------------------+--------------+--------------------------------------------------------------------------+
35-
| ``targetPose`` | ``double[]`` | The pose of the target relative to the robot (x, y, rotation in degrees) |
35+
| ``targetPose`` | ``double[]`` | The pose of the target relative to the robot (x, y, z, qw, qx, qy, qz) |
36+
+-------------------+--------------+--------------------------------------------------------------------------+
37+
| ``targetPixelsX`` | ``double`` | The target crosshair location horizontally, in pixels (origin top-right) |
38+
+-------------------+--------------+--------------------------------------------------------------------------+
39+
| ``targetPixelsY`` | ``double`` | The target crosshair location vertically, in pixels (origin top-right) |
3640
+-------------------+--------------+--------------------------------------------------------------------------+
3741

3842
Changing Settings

0 commit comments

Comments
 (0)