diff options
author | Theo De La Hogue | 2023-09-25 10:32:43 +0200 |
---|---|---|
committer | Theo De La Hogue | 2023-09-25 10:32:43 +0200 |
commit | f26f79113febf8a8dcccf18dabfcdd4bef04ce86 (patch) | |
tree | 7b66f2e5ac9611c41f24b2408f1eaf710c498a0d /docs/user_guide/aruco_markers_pipeline | |
parent | a6561584fa398b2626389f558ce59ce8d73e9dab (diff) | |
download | argaze-f26f79113febf8a8dcccf18dabfcdd4bef04ce86.zip argaze-f26f79113febf8a8dcccf18dabfcdd4bef04ce86.tar.gz argaze-f26f79113febf8a8dcccf18dabfcdd4bef04ce86.tar.bz2 argaze-f26f79113febf8a8dcccf18dabfcdd4bef04ce86.tar.xz |
REmoving a uselss comma
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline')
-rw-r--r-- | docs/user_guide/aruco_markers_pipeline/pose_estimation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md index 6acafee..d7da336 100644 --- a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md +++ b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md @@ -37,7 +37,7 @@ Here is an extract from the JSON [ArUcoCamera](../../argaze.md/#argaze.ArUcoMark } } } - } + }, ... "image_parameters": { ... |