diff options
author | Théo de la Hogue | 2024-07-18 23:08:29 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-18 23:08:29 +0200 |
commit | a3f663338614fc0c18f0fe934c7ca593dd5e4067 (patch) | |
tree | cb3c7d16765b1208edf673e660abf9e278c0a4b7 /docs/user_guide/utils | |
parent | c7e8c6a5258e4bb6c77abfca133d0c7f7cffa4b9 (diff) | |
download | argaze-a3f663338614fc0c18f0fe934c7ca593dd5e4067.zip argaze-a3f663338614fc0c18f0fe934c7ca593dd5e4067.tar.gz argaze-a3f663338614fc0c18f0fe934c7ca593dd5e4067.tar.bz2 argaze-a3f663338614fc0c18f0fe934c7ca593dd5e4067.tar.xz |
Fixing typo.
Diffstat (limited to 'docs/user_guide/utils')
-rw-r--r-- | docs/user_guide/utils/estimate_aruco_markers_pose.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/utils/estimate_aruco_markers_pose.md b/docs/user_guide/utils/estimate_aruco_markers_pose.md index d1fd16e..55bd232 100644 --- a/docs/user_guide/utils/estimate_aruco_markers_pose.md +++ b/docs/user_guide/utils/estimate_aruco_markers_pose.md @@ -15,7 +15,7 @@ Firstly, edit **utils/estimate_markers_pose/context.json** file as to select a m } ``` -Sencondly, edit **utils/estimate_markers_pose/pipeline.json** file to setup ArUco camera *size*, ArUco detector *dictionary*, *pose_size* and *pose_ids* attributes. +Secondly, edit **utils/estimate_markers_pose/pipeline.json** file to setup ArUco camera *size*, ArUco detector *dictionary*, *pose_size* and *pose_ids* attributes. ```json { |