{"id":16678872,"url":"https://github.com/otl/rosrust_tutorial","last_synced_at":"2026-04-19T10:32:25.030Z","repository":{"id":145693756,"uuid":"87190286","full_name":"OTL/rosrust_tutorial","owner":"OTL","description":"sample project of rosrust(https://github.com/adnanademovic/rosrust)","archived":false,"fork":false,"pushed_at":"2019-06-15T00:53:43.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T03:35:12.228Z","etag":null,"topics":["ros","rosrust","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OTL.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}},"created_at":"2017-04-04T13:30:17.000Z","updated_at":"2023-12-07T12:16:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"38ddc016-9d14-4ab7-ac4c-38b6836ec229","html_url":"https://github.com/OTL/rosrust_tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OTL/rosrust_tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosrust_tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosrust_tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosrust_tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosrust_tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OTL","download_url":"https://codeload.github.com/OTL/rosrust_tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosrust_tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32004035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["ros","rosrust","rust"],"created_at":"2024-10-12T13:31:45.783Z","updated_at":"2026-04-19T10:32:24.979Z","avatar_url":"https://github.com/OTL.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Warning] This is old repo. Don't use!\n\nYou have to see https://github.com/adnanademovic/rosrust/tree/master/examples instead of this.\n\n# rosrust tutorial\n\nTutorial code of [rosrust](https://github.com/adnanademovic/rosrust).\n\n\n## How to build\n\n```bash\n$ cargo build\n```\n\n## How to run\n\n### run roscore\n\n```bash\n$ roscore\n```\n\n### run publisher\n\n```bash\n$ cargo run --bin publisher\n```\n\nor,\n\n```bash\n$ ./target/debug/publisher\n```\n\n### run subscriber\n\n```bash\n$ cargo run --bin subscriber\n```\n\nor\n\n```bash\n$ ./target/debug/subscriber\n```\n\n## How to use other msg\n\n### edit build.rs\n\nAdd more message to build.rs.\n\n```rust\n#[macro_use]\nextern crate rosrust;\n\nrosmsg_main!(\"std_msgs/String\", \"more_msgs/SomeMsg\");\n```\n\nthen, you can use msg::more_msgs::SomeMsg in the sample code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotl%2Frosrust_tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotl%2Frosrust_tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotl%2Frosrust_tutorial/lists"}