{"id":17984939,"url":"https://github.com/rdspring1/comp450-proj3","last_synced_at":"2025-04-04T02:21:38.080Z","repository":{"id":21196246,"uuid":"24506617","full_name":"rdspring1/comp450-proj3","owner":"rdspring1","description":null,"archived":false,"fork":false,"pushed_at":"2014-09-28T22:32:37.000Z","size":2132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T13:43:47.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/rdspring1.png","metadata":{"files":{"readme":"README","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}},"created_at":"2014-09-26T16:23:12.000Z","updated_at":"2015-02-02T00:34:43.000Z","dependencies_parsed_at":"2022-08-28T05:40:25.815Z","dependency_job_id":null,"html_url":"https://github.com/rdspring1/comp450-proj3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdspring1%2Fcomp450-proj3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdspring1%2Fcomp450-proj3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdspring1%2Fcomp450-proj3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdspring1%2Fcomp450-proj3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdspring1","download_url":"https://codeload.github.com/rdspring1/comp450-proj3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247108340,"owners_count":20884881,"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":[],"created_at":"2024-10-29T18:23:28.125Z","updated_at":"2025-04-04T02:21:38.060Z","avatar_url":"https://github.com/rdspring1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"1. Implement random tree.\n- derive from base::Planner, implement solve, clear, and getPlannerData (DONE)\n- solve for exact solution if found (DONE)\n- solve for approx path that ends in closest state to goal (DONE)\n\n2. Create 2D environments (DONE)\n- Go around\n\t- 2 squares with corners:\n\t\t- [(-0.5,0.5),(-0.5,-0.5),(-0.25,-0.5),(-0.25,0.5)]\n\t\t- [(0.25,-0.25),(0.25,-0.5),(-0.25,-0.5),(-0.25,-0.25)]\n- Narrow path\n\t- 2 squares with corners:\n\t\t- [(-1.0,0.5),(-1.0,-0.5),(-0.25,-0.5),(-0.25,0.5)]\n\t\t- [(1.0,0.5),(1.0,-0.5),(0.25,-0.5),(0.25,0.5)]\n\n3. Create exact collision checking methods\n- point robot (DONE)\n- circle robot radius = 0.1 (can change in plotsolution.py) (DONE)\n- side length of square robot = 0.25 (can also change) (DONE)\n\n4. Compute motion plans for different robot geometries using random tree.\n- Visualize the world (DONE)\n\n5. Compare random tree with PRM,EST,RRT using benchmark class\n- need 20 independent runs for each planner (DONE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdspring1%2Fcomp450-proj3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdspring1%2Fcomp450-proj3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdspring1%2Fcomp450-proj3/lists"}