📄 makefile.am
字号:
check_PROGRAMS= test_bootstrapfilter \ test_compare_filtersINCLUDES=@INCLUDES@ -I$(top_srcdir)/srcLDADD=$(top_builddir)/src/libbayes.la @LDADD@ ../.libs/libbfl_filter.atest_compare_filters_SOURCES = \ test_compare_filters.cpp \ mobile_robot_models.h \ mobile_robot_particlefilter.h \ mobile_robot_wall_cts.h# test_compare_filters_LDADD = \# ../../pdf/mcpdf.o $(LDADD)test_bootstrapfilter_SOURCES = \ test_bootstrapfilter.cpp \ parser.h \ mobile_robot_models.h \ mobile_robot_particlefilter.h \ dx_parser.h \ mobile_robot_wall_cts.h# test_bootstrapfilter_LDADD = \# ../../pdf/mcpdf.o $(LDADD)EXTRA_DIST=dx_listener.cpp### uncommented until ginac_stuff is fixed# test_iteratedextendedkalmanfilter_ginac.cpp# test_extendedkalmanfilter_ginac.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -