代码拉取完成,页面将自动刷新
同步操作将从 herolin12/hybrid_astar 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
include ../Makefile.conf
# Module name and description
MODULE_NAME = Hybrid Aster Path Finder
MODULE_COMMENT = Hybrid A* with path optimization
LINK = g++
CXXFLAGS = -std=c++11 -g -O0
CFLAGS += -g -O0
# Application specific include directories.
#IFLAGS +=
SUBDIRS += Interface
# Required default libraries to comunicate with Carmen Core.
LFLAGS += -g -O0 -lparam_interface -lipc -lglobal -lgrid_mapping -lmapper_interface -lmap_server_interface -llocalize_ackerman_interface -lsimulator_ackerman_interface -lrobot_ackerman_interface -lbase_ackerman_interface -lbehavior_selector_interface -lrddf_interface -lm `pkg-config --libs opencv`
# Source code files (.c, .cpp)
SOURCES = hybrid_astar_path_finder_main.cpp Interface/hybrid_astar_interface.cpp PathFinding/HybridAstarPathFinder.cpp VehicleModel/VehicleModel.cpp Entities/Circle.cpp Entities/Pose2D.cpp Entities/State2D.cpp GridMap/GVDLau.cpp GridMap/InternalGridMap.cpp ReedsShepp/ReedsSheppActionSet.cpp ReedsShepp/ReedsSheppModel.cpp PathFinding/HybridAstar/HybridAstarNode.cpp PathFinding/HybridAstar/HybridAstar.cpp PathFinding/HybridAstar/Heuristics/Heuristic.cpp PathFinding/HybridAstar/Heuristics/NonholonomicHeuristicInfo.cpp PathFinding/HybridAstar/Heuristics/Heuristic.cpp PathFinding/HybridAstar/Heuristics/HolonomicHeuristic.cpp PathFinding/Smoother/CGSmoother.cpp ReedsShepp/ReedsSheppActionSet.cpp ReedsShepp/ReedsSheppModel.cpp PathFollower/StanleyController.cpp
PUBLIC_BINARIES = path_finder
PUBLIC_LIBRARIES = libhybrid_astar_interface.a
#TARGETS = path_finder libhybrid_astar_interface.a
# Public headers, linked to 'carmen/include/carmen/'
#PUBLIC_INCLUDES =
## TODO ##
libhybrid_astar_interface.a : Interface/hybrid_astar_interface.o
path_finder: hybrid_astar_path_finder_main.o libhybrid_astar_interface.a Entities/Circle.o Entities/State2D.o Entities/Pose2D.o PathFinding/HybridAstarPathFinder.o GridMap/GVDLau.o GridMap/InternalGridMap.o VehicleModel/VehicleModel.o PathFinding/HybridAstar/HybridAstarNode.o PathFinding/HybridAstar/HybridAstar.o PathFinding/HybridAstar/Heuristics/NonholonomicHeuristicInfo.o PathFinding/HybridAstar/Heuristics/HolonomicHeuristic.o PathFinding/HybridAstar/Heuristics/Heuristic.o PathFinding/Smoother/CGSmoother.o ReedsShepp/ReedsSheppActionSet.o ReedsShepp/ReedsSheppModel.o PathFollower/StanleyController.o
pf_clear :
rm */*.o */*/*.o */*/*/*.o path_finder
gvd.o:
g++ -std=c++11 -O3 -W -Wall -pedantic -c GridMap/GVDLau.cpp -o GridMap/GVDLau.o
include ../Makefile.rules
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。