Skip to content

Commit

Permalink
refac: Update src/aruco_pose/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Phil Maffettone <43007690+maffettone@users.noreply.github.com>
  • Loading branch information
ChandimaFernando and maffettone authored Oct 22, 2024
1 parent 67923e5 commit aa757d7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/aruco_pose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ For each DoF, it maintains a moving window of size 10 (can be changed via the pa
# Connection to the Redis DB

Redis is used to store the aruco tag ID and real-world sample information. At present, each entry has four properties. They are:
- id -> tag ID of the printed tag from AruCo marker library
- family -> dictionary of tag used [DICT_APRILTAG_36h11, DICT_6X6_250, etc... ]
- size -> physical size of the marker
- sample_names -> unique name to identify the sample used with the tag
- id: integer tag ID of the printed tag from AruCo marker library
- e.g., 0
- family: string key of AruCo tag type used
- e.g., 'DICT_APRILTAG_36h11', 'DICT_6X6_250'
- size -> physical size of the marker in meters
- e.g., 0.02665
- sample_names -> unique string name to identify the sample used with the tag
- e.g., 'sample_1', 'guid:dkfb6lsm228mjd'

Run the Redis container with the following command (make sure to have the correct binding for the local storage):
```bash
Expand Down

0 comments on commit aa757d7

Please sign in to comment.