{"id":13761893,"url":"https://github.com/openrr/urdf-rs","last_synced_at":"2025-04-04T23:07:23.485Z","repository":{"id":38376048,"uuid":"88333609","full_name":"openrr/urdf-rs","owner":"openrr","description":"URDF parser for Rust","archived":false,"fork":false,"pushed_at":"2025-02-17T09:53:28.000Z","size":107,"stargazers_count":34,"open_issues_count":3,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T22:12:53.017Z","etag":null,"topics":["robot","robotics","ros","rust","urdf"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/openrr.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-15T08:11:55.000Z","updated_at":"2025-02-25T17:49:13.000Z","dependencies_parsed_at":"2024-04-11T05:36:21.426Z","dependency_job_id":"42868afe-4413-431d-b18a-ca0a926e4f8a","html_url":"https://github.com/openrr/urdf-rs","commit_stats":{"total_commits":123,"total_committers":12,"mean_commits":10.25,"dds":0.5934959349593496,"last_synced_commit":"157d6af93977849c38d89cba443f51df8e03c7ea"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrr%2Furdf-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrr%2Furdf-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrr%2Furdf-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrr%2Furdf-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openrr","download_url":"https://codeload.github.com/openrr/urdf-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261603,"owners_count":20910108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["robot","robotics","ros","rust","urdf"],"created_at":"2024-08-03T14:00:31.317Z","updated_at":"2025-04-04T23:07:23.467Z","avatar_url":"https://github.com/openrr.png","language":"Rust","funding_links":[],"categories":["URDF","Robot Operating System"],"sub_categories":["Libraries"],"readme":"# urdf-rs\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/openrr/urdf-rs/ci.yml?branch=main\u0026logo=github)](https://github.com/openrr/urdf-rs/actions) [![crates.io](https://img.shields.io/crates/v/urdf-rs.svg?logo=rust)](https://crates.io/crates/urdf-rs) [![docs](https://docs.rs/urdf-rs/badge.svg)](https://docs.rs/urdf-rs) [![discord](https://dcbadge.vercel.app/api/server/8DAFFKc88B?style=flat)](https://discord.gg/8DAFFKc88B)\n\n[URDF](http://wiki.ros.org/urdf) parser for Rust.\n\nOnly [link](http://wiki.ros.org/urdf/XML/link) and [joint](http://wiki.ros.org/urdf/XML/joint) are supported.\n\n## Example\n\nYou can access urdf elements like below example.\n\n```rust\nlet urdf_robot = urdf_rs::read_file(\"sample.urdf\").unwrap();\nlet links = urdf_robot.links;\nprintln!(\"{:?}\", links[0].visual[0].origin.xyz);\nlet joints = urdf_robot.joints;\nprintln!(\"{:?}\", joints[0].origin.xyz);\n```\n\n## `OpenRR` Community\n\n[Here](https://discord.gg/8DAFFKc88B) is a discord server for `OpenRR` users and developers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrr%2Furdf-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenrr%2Furdf-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrr%2Furdf-rs/lists"}