CPP_RoutePlanning 源码
路线规划项目 此存储库包含“路线计划”项目的入门代码。 克隆 克隆此项目时,请确保使用--recurse-submodules标志。 使用HTTPS: git clone https://github.com/udacity/CppND-Route-Planning-Project.git --recurse-submodules 或使用SSH: git clone git@github.com:udacity/CppND-Route-Planning-Project.git --recurse-submodules 本地运行的依赖项 cmake> = 3.11.3 所有操作系统: make> = 4.1(Linux,Mac),3.81(Windows) Linux:大多数Linux发行版默认都安装了make Mac: Windows: gcc / g ++> = 7.4.0
文件列表
CPP_RoutePlanning-master.zip
(预估有个18文件)
CPP_RoutePlanning-master
map.osm
3.28MB
.gitmodules
217B
src
model.h
2KB
model.cpp
11KB
route_planner.cpp
5KB
route_model.h
1KB
render.cpp
9KB
main.cpp
3KB
暂无评论