- Confirm you are using the canonical URL announced for the season.
- If you are in a restricted network, try another network or VPN policy-compliant connection.
- Ask in Discord with a screenshot (hide personal tokens).
- Both: your code and experiments live in your personal repo.
- The showcase Markdown is submitted via PR to the official repo’s
projects/folder.
git fetch upstream
git checkout <your-branch>
git merge upstream/main
# resolve conflicts in projects/<your-file>.md
git add .
git commit -m "Merge upstream and resolve conflicts"
git pushRename locally, git mv preferred:
git mv projects/Old-Name.md projects/Correct-Project-Name.md
git commit -m "Rename showcase file per maintainer request"
git push- Small images (screenshots) embedded via external hosting or repo are OK if total size is reasonable.
- Large PDFs / videos: host on GitHub Releases, Google Drive (link), or YouTube — link them in the Markdown.
- Post in Discord
#hardware-questionswith: board revision, OS image version, sensor model, and what you tried. - Prefer officially supported peripherals for fastest review.
- Stage 1: ROS 2 is not mandatory unless the specific sensor path you choose requires it.
- Stage 2–3: ROS 2 design and integration are required as written in stage docs.
- Complete the corresponding challenge stage and submission requirements listed in the stage docs and awards.md.
- Each title is tied directly to challenge completion: Stage 1 → RDK Explorer, Stage 2 → RDK Builder, Stage 3 → RDK Creator.
- Announced end-of-season dates on Discord and the main README.
- Physical items may require shipping form; grants may require tax / eligibility documents.
- Check device permissions and user groups.
- Match sensor format in driver vs ROS node parameters.
- Share
v4l2-ctl --allor equivalent in Discord (redact serials if needed).
- Pin firmware / OS / toolchain versions exactly as in the working sample README.
- Re-flash a clean image if dependency drift is suspected.
- Your repository code: you own it (subject to your license).
- Showcase Markdown merged here: usable by the program organizers for promotion and judging as stated in README.md.
- Yes, if license-compatible; state the license and attribution in your README.
Open a thread in Discord with: stage, goal, commands run, full error text, and photos of wiring if relevant.