1 Star 0 Fork 2

he/FastSLAM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FastSLAM.pro 674 Bytes
一键复制 编辑 原始数据 按行查看 历史
布树辉 提交于 2023-01-25 19:13 . Fix readme
TEMPLATE = app
CONFIG += qt
QT += core gui network widgets printsupport
UI_DIR = ./build
MOC_DIR = ./build
OBJECTS_DIR = ./build
HEADERS += \
./src/fastslam_core.h \
./src/qcustomplot.h \
./src/SLAM_Plot.h \
./src/SLAM_Thread.h \
./src/fastslam_1.h \
./src/fastslam_2.h \
./src/ekfslam_1.h \
./src/utils.h
SOURCES += \
./src/fastslam_core.cpp \
./src/qcustomplot.cpp \
./src/SLAM_Plot.cpp \
./src/SLAM_Thread.cpp \
./src/fastslam_1.cpp \
./src/fastslam_2.cpp \
./src/ekfslam_1.cpp \
./src/main.cpp \
./src/utils.cpp
OTHER_FILES = README.md NOTES.txt
INCLUDEPATH += ./libs/eigen3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitee_he/fastslam.git
git@gitee.com:gitee_he/fastslam.git
gitee_he
fastslam
FastSLAM
master

搜索帮助