Skip to content

Commit 38799d4

Browse files
committed
docs
1 parent 84ba69d commit 38799d4

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Guard_Program
22

3+
***Author: KnightSnape***
4+
35
此项目为哨兵机器人的决策和导航模块
46

7+
## Background
8+
9+
开源有点晚了,这个方案实际上也是在去年五月份的一个突发奇想,由于Knight有太多的任务压身没有办法对导航本身做太深的研究,故用贪心策略来解决决策+导航问题,即将重要位置进行场地划分,将导航问题转化为直线问题而不考虑点云本身,也就是说只要对地图的预解析正确,即可做全局路径规划。
10+
11+
## Environment
12+
13+
- ros-noetic
14+
- Qt5
15+
- OpenCV
16+
- Eigen
17+
- yaml-cpp
18+
19+
## Build
20+
21+
```
22+
source /opt/ros/noetic/setup.bash
23+
catkin_make
24+
```
25+
## Conclusion
26+
27+
- 本项目是RM2023的解决方案,对于2024已不适用(本身为半自动准备,因为我相信我的教练),ros-noetic版本的项目也不再适用。
28+
- 后续的自决策由我的学弟学妹维护,也是基于这个架构实现的
29+
- 如果你对该项目有兴趣,可以联系我们的团队
30+
31+
## Contact
32+
33+
- KnightSnape: Yile.Xu21@student.xjtlu.edu.cn
34+
- MyTeam: TeamGMaster@xjtlu.edu.cn
35+
36+
37+
38+
39+
540

0 commit comments

Comments
 (0)