content: Aruco marker update#167
Merged
Merged
Conversation
…ing to the integration
Deploying fictionlab-docs with
|
| Latest commit: |
a8e065b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ab8ca3d9.fictionlab-docs.pages.dev |
| Branch Preview URL: | https://content-aruco-marker-update.fictionlab-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Leo Rover ArUco-following example and the ArUco tracking integration docs to match the newer “tracker started as part of robot setup” workflow.
Changes:
- Updated the follow-marker example to describe starting ArUco tracking via
/etc/ros/setup.bash(START_ARUCO_TRACKING=true) with an optional launch-argument alternative. - Simplified the ArUco tracking integration doc to focus on enabling the built-in tracker setup and tuning
/etc/ros/aruco_tracker.yaml. - Refreshed several wording/capitalization details and RViz image metadata.
Reviewed changes
Copilot reviewed 2 out of 7 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/leo-rover/leo-examples/follow-marker.mdx | Aligns the follower tutorial with the new tracker-start workflow and adds guidance for persisting/overriding parameters. |
| docs/integrations/software/aruco-tracking.mdx | Shifts the integration guide from “create your own launch” to “enable built-in tracking via setup”, plus small content refreshes. |
bjsowa
requested changes
Jun 29, 2026
bjsowa
left a comment
Member
There was a problem hiding this comment.
Change Aruco -> ArUco
In What's next section, the tutorial links to Follow ARTag (line follower and object detection as well) from 1.8 documentation. Change it so it references the current version of Leo Documentation.
jasiex01
requested changes
Jun 29, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
bjsowa
approved these changes
Jun 29, 2026
jasiex01
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update ArUco tracker integration and follow ArUco example to match new way of starting ArUco tracker (as a part of robot setup).