{"id":50976095,"url":"https://github.com/copper-project/extra-examples","last_synced_at":"2026-06-19T08:03:43.989Z","repository":{"id":353422673,"uuid":"1219349347","full_name":"copper-project/extra-examples","owner":"copper-project","description":"External Copper robot and application examples","archived":false,"fork":false,"pushed_at":"2026-06-17T13:56:53.000Z","size":245,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-17T16:41:29.395Z","etag":null,"topics":["copper","examples","robotics","rust","simulation"],"latest_commit_sha":null,"homepage":"https://github.com/copper-project/copper-rs","language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copper-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T19:36:24.000Z","updated_at":"2026-06-17T13:59:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/copper-project/extra-examples","commit_stats":null,"previous_names":["copper-project/extra-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copper-project/extra-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-project%2Fextra-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-project%2Fextra-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-project%2Fextra-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-project%2Fextra-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copper-project","download_url":"https://codeload.github.com/copper-project/extra-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-project%2Fextra-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34522042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copper","examples","robotics","rust","simulation"],"created_at":"2026-06-19T08:03:43.156Z","updated_at":"2026-06-19T08:03:43.974Z","avatar_url":"https://github.com/copper-project.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# extra-examples\n\n[![CI](https://github.com/copper-project/extra-examples/actions/workflows/ci.yml/badge.svg)](https://github.com/copper-project/extra-examples/actions/workflows/ci.yml)\n![GitHub last commit](https://img.shields.io/github/last-commit/copper-project/extra-examples)\n![](https://img.shields.io/badge/Rust-1.95+-orange.svg)\n[![dependency status](https://deps.rs/repo/github/copper-project/extra-examples/status.svg)](https://deps.rs/repo/github/copper-project/extra-examples)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)\n[![Copper](https://img.shields.io/badge/Copper-master-b87333)](https://github.com/copper-project/copper-rs)\n\nExternal Copper robot and application examples.\n\nThis repository is an application-level satellite of\n[`copper-project/copper-rs`](https://github.com/copper-project/copper-rs). It\nkeeps heavier end-to-end demos out of the main Copper repository so the core\nruntime workspace can stay focused on framework code, canonical examples, and\nCI surfaces that matter to Copper itself.\n\nThis repository currently contains:\n\n- `examples/cu_flight_controller`: quadcopter flight controller demo\n- `examples/cu_rp_balancebot`: Raspberry Pi balance bot demo and sim\n- `examples/cu_human_pose`: pose estimation demo with GStreamer camera input\n- `examples/cu_elrs_bdshot_demo`: RP2350 ELRS + BDShot embedded demo\n- `examples/cu_feetech_demo`: Feetech servo arm demo\n- `examples/cu_gnss_ublox_demo`: GNSS receiver demo\n\nThe Copper dependencies intentionally track the `master` branch of\n[`copper-project/copper-rs`](https://github.com/copper-project/copper-rs). CI\ncan be triggered from the main Copper repository by dispatching this `CI`\nworkflow via GitHub's `workflow_dispatch` API.\n\n## Links\n\n- Main Copper runtime and SDK: [`copper-project/copper-rs`](https://github.com/copper-project/copper-rs)\n- Copper documentation: \u003chttps://copper-project.github.io/copper-rs\u003e\n- Copper book: \u003chttps://copper-project.github.io/copper-rs-book/\u003e\n- Copper component catalog: \u003chttps://cdn.copper-robotics.com/catalog/index.html\u003e\n\n## Checks\n\n```bash\njust pr-check\n```\n\n`just pr-check` runs formatting verification, the existing host/embedded compile\nsmoke checks, and the host-side unit tests that are stable in CI.\n\n`just check` remains available when you only want the compile-smoke pass. The\nhost checks cover the Linux-targeted apps. `cu-human-pose` needs GStreamer\ndevelopment packages installed locally. The embedded smoke checks use cross-target\n`cargo check` against the same RP2350 and STM32H7 targets exercised by these\ndemos.\n\n## License\n\nThis repository is licensed under the Apache License, Version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopper-project%2Fextra-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopper-project%2Fextra-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopper-project%2Fextra-examples/lists"}