{"id":20430617,"url":"https://github.com/jihoonerd/rrt","last_synced_at":"2026-06-05T08:31:08.294Z","repository":{"id":40955395,"uuid":"369962177","full_name":"jihoonerd/RRT","owner":"jihoonerd","description":"Implementation of RRT and RRT* Algorithm","archived":false,"fork":false,"pushed_at":"2024-08-30T23:58:59.000Z","size":1548,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T05:43:49.628Z","etag":null,"topics":["opencv","python","rrt","rrt-star"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jihoonerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-05-23T04:43:44.000Z","updated_at":"2022-01-13T06:09:22.000Z","dependencies_parsed_at":"2025-01-15T17:19:11.549Z","dependency_job_id":"d8cf0d23-1085-41bc-8cc7-e36f44c5aa37","html_url":"https://github.com/jihoonerd/RRT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jihoonerd/RRT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FRRT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FRRT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FRRT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FRRT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jihoonerd","download_url":"https://codeload.github.com/jihoonerd/RRT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jihoonerd%2FRRT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33937661,"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-05T02:00:06.157Z","response_time":120,"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":["opencv","python","rrt","rrt-star"],"created_at":"2024-11-15T08:08:02.246Z","updated_at":"2026-06-05T08:31:08.260Z","avatar_url":"https://github.com/jihoonerd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RRT\n\nImplementation of Rapidly-exploring Random Tree(RRT) and RRT Star(RRT*)\n\n## Vanilla RRT \n\n![RRT_PATH](asset/rrt.jpg)\n\n## RRT*\n\n![RRT_STAR_PATH](asset/rrt_star.jpg)\n\n## Installation\n\n```bash\n$ pip install -r requirements.txt\n```\n\n## How to use\n\n```python\n$ python main.py --help\nusage: main.py [-h] [--map MAP] [--stepsize STEPSIZE] [--alg ALG] [--radius RADIUS]\n\noptional arguments:\n  -h, --help           show this help message and exit\n  --map MAP            path to map file\n  --stepsize STEPSIZE  step size\n  --alg ALG            rrtstar or rrt\n  --radius RADIUS      radius for rrtstar\n```\n\nExample\n```python\n$ python main.py --map map.png --stepsize 40 --alg rrt\n$ python main.py --map map.png --stepsize 40 --alg rrtstar --radius 40\n```\n\nWhen scren pops up, your first clicked position will be a starting point, and second clicked position will be a target point. Path finding process will launch automatically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjihoonerd%2Frrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjihoonerd%2Frrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjihoonerd%2Frrt/lists"}