{"id":27056489,"url":"https://github.com/damesek/udacity-cppnd-route-planning-project","last_synced_at":"2025-04-05T10:17:51.074Z","repository":{"id":194030557,"uuid":"189230310","full_name":"damesek/Udacity-CppND-Route-Planning-Project","owner":"damesek","description":"Udacity C++17 course/ 1st project","archived":false,"fork":false,"pushed_at":"2019-05-30T11:10:19.000Z","size":11117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-12T10:42:15.760Z","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/damesek.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}},"created_at":"2019-05-29T13:23:21.000Z","updated_at":"2019-10-16T11:32:22.000Z","dependencies_parsed_at":"2023-09-11T10:36:24.114Z","dependency_job_id":null,"html_url":"https://github.com/damesek/Udacity-CppND-Route-Planning-Project","commit_stats":null,"previous_names":["damesek/udacity-cppnd-route-planning-project"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damesek%2FUdacity-CppND-Route-Planning-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damesek%2FUdacity-CppND-Route-Planning-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damesek%2FUdacity-CppND-Route-Planning-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damesek%2FUdacity-CppND-Route-Planning-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damesek","download_url":"https://codeload.github.com/damesek/Udacity-CppND-Route-Planning-Project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318729,"owners_count":20919483,"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":"2025-04-05T10:17:50.460Z","updated_at":"2025-04-05T10:17:51.060Z","avatar_url":"https://github.com/damesek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Check https://github.com/dbecad/CppND-Route-Planning-Project/blob/master/Ubuntu16.4_Install.md repo about how to install on Ubuntu 16.04, quite same on Ubuntu 18.04 (at my case).\n\n# Route Planning Project Starter Code\n\nThis is the starter code for the Route Planning project. Instructions for each exercise can be found in the `instructions` directory, and unit tests for some exercises in the `test` directory.\n\n## Cloning\n\nWhen cloning this project, be sure to use the `--recurse-submodules` flag. Using HTTPS:\n```\ngit clone https://github.com/udacity/CppND-Route-Planning-Project.git --recurse-submodules\n```\nor with SSH:\n```\ngit clone git@github.com:udacity/CppND-Route-Planning-Project.git --recurse-submodules\n```\n\n## Compiling and Running\n\n### Compiling\nTo compile the project, first, create a `build` directory and change to that directory:\n```\nmkdir build \u0026\u0026 cd build\n```\nFrom within the `build` directory, then run `cmake` and `make` as follows:\n```\ncmake ..\nmake\n```\n### Running\nThe executables will be placed in the `bin` directory. From within `build`, you can run the project as follows:\n```\n../bin/\u003cname-of-parent-directory\u003e -f ../map.osm\n```\n\n## Testing\n\nFor exercises that have unit tests, the project must be built with the approprate test cpp file. This can be done by passing a string with the `-DTESTING` flag in `cmake`. For example, from the build directory:\n```\ncmake -DTESTING=\"RouteModel\" ..\nmake\n```\nThose commands will build the code with the tests for the \"Fill Out Route Model\" exercise. The tests can then be run from the `build` directory as follows:\n```\n../bin/test\n```\nExercises with tests will specify which string to pass with `-DTESTING`, but a table is given below with the complete list for reference:\n\n| Exercise Name               | `-DTESTING` String Value |\n|-----------------------------|:------------------------:|\n| Fill Out Route Model        |       \"RouteModel\"       |\n| Fill Out Node Class         |       \"RMNodeClass\"      |\n| Create RouteModel Nodes     |        \"RMSNodes\"        |\n| Write the Distance Function |        \"NodeDist\"        |\n| Create Road to Node Hashmap |       \"NodeToRoad\"       |\n| Write FindNeighbors         |      \"FindNeighbors\"     |\n| Find the Closest Node       |       \"FindClosest\"      |\n| Write the A\\* Search Stub   |        \"AStarStub\"       |\n| Finish A\\* Search           |       \"AStarSearch\"      |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamesek%2Fudacity-cppnd-route-planning-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamesek%2Fudacity-cppnd-route-planning-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamesek%2Fudacity-cppnd-route-planning-project/lists"}