{"id":19137497,"url":"https://github.com/dsaurus/pathplanning","last_synced_at":"2026-06-14T01:32:00.244Z","repository":{"id":105699944,"uuid":"324601173","full_name":"DSaurus/PathPlanning","owner":"DSaurus","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-27T15:01:51.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T18:29:25.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DSaurus.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":"2020-12-26T17:15:23.000Z","updated_at":"2020-12-27T15:01:53.000Z","dependencies_parsed_at":"2023-06-13T03:15:36.596Z","dependency_job_id":null,"html_url":"https://github.com/DSaurus/PathPlanning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DSaurus/PathPlanning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSaurus%2FPathPlanning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSaurus%2FPathPlanning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSaurus%2FPathPlanning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSaurus%2FPathPlanning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DSaurus","download_url":"https://codeload.github.com/DSaurus/PathPlanning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSaurus%2FPathPlanning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284134778,"owners_count":26953118,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"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":[],"created_at":"2024-11-09T06:38:34.788Z","updated_at":"2025-11-13T01:02:38.358Z","avatar_url":"https://github.com/DSaurus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Path Planning\n\n![](https://raw.githubusercontent.com/DSaurus/PathPlanning/master/vehicle.png)\n![](https://raw.githubusercontent.com/DSaurus/PathPlanning/master/result/route3/test.jpg)\n\nThe planning requirements are as follows:\n\n- minimize the length of the planned path as much as possible;\n- vehicle must avoid all obstacles;\n- vehicle must clean all \"rubbishes\"\n- the turning angle of the vehicle should not be larger than 36 degree.\n\n## Installation\n\n```\npip install -r requirements.txt\ncd clib\npython setup.py build install\n```\n\n## How to Run?\n\n### Dynamic Programming\n\nUse `g++` to compile `dp.cpp` and it is directly executable.\n\n### Optimization\n\nTo run the optimization for path planning:\n\n```\nsh run.sh\n```\n\n## Result\n\nThere are some results in the `result` folder, each folder contain two files. `checkpoint.txt` includes the optimized sample points and `test.jpg` visualizes the vehicle path.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsaurus%2Fpathplanning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsaurus%2Fpathplanning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsaurus%2Fpathplanning/lists"}