aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2023-10-23 14:34:10 +0200
committerThéo de la Hogue2023-10-23 14:34:10 +0200
commitd9dc8fc6f542c1ba46cba9d66a741890f946474a (patch)
tree83e343ac149742bc637bc45801c64b64c7830322 /docs
parent531775bd115c49fc15674fa9b53cb157b29ffaa8 (diff)
downloadargaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.zip
argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.gz
argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.bz2
argaze-d9dc8fc6f542c1ba46cba9d66a741890f946474a.tar.xz
Removing draw_places_axes image parameter. Fixing aruco markers group drawing.
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/pose_estimation.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md
index 6027039..6b58b24 100644
--- a/docs/user_guide/aruco_markers_pipeline/pose_estimation.md
+++ b/docs/user_guide/aruco_markers_pipeline/pose_estimation.md
@@ -51,10 +51,6 @@ Here is an extract from the JSON [ArUcoCamera](../../argaze.md/#argaze.ArUcoMark
"draw_places": {
"color": [0, 0, 0],
"border_size": 1
- },
- "draw_places_axes": {
- "thickness": 1,
- "length": 2.5
}
}
}