Leo example object detection#114
Merged
Bitterisland6 merged 5 commits intodevelopmentfrom Nov 25, 2025
Merged
Conversation
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
Deploying fictionlab-docs with
|
| Latest commit: |
85b169b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://def97a61.fictionlab-docs.pages.dev |
| Branch Preview URL: | https://content-object-detection.fictionlab-docs.pages.dev |
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive tutorial for the ROS2 version of the leo_example_object_detection package, which enables real-time object detection on Leo Rover using TensorFlow Lite. The PR removes a temporary redirect that was in place while the documentation was being developed and updates cross-references in related examples.
- Adds complete object detection tutorial covering installation, configuration, and usage
- Removes temporary redirect now that actual documentation is available
- Updates cross-reference link in follow-marker tutorial to point to new location
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| static/_redirects | Removes temporary redirect for object-detection page since actual documentation is now available |
| docs/leo-rover/leo-examples/object-detection.mdx | Adds new comprehensive tutorial for object detection with TensorFlow Lite on Leo Rover |
| docs/leo-rover/leo-examples/follow-marker.mdx | Updates link to object detection tutorial to reference new location instead of versioned redirect |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
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.
Tutorial for the ROS2 version of
leo_example_object_detectionpackage.