Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightSnape committed May 26, 2024
1 parent 84ba69d commit 38799d4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Guard_Program

***Author: KnightSnape***

此项目为哨兵机器人的决策和导航模块

## Background

开源有点晚了,这个方案实际上也是在去年五月份的一个突发奇想,由于Knight有太多的任务压身没有办法对导航本身做太深的研究,故用贪心策略来解决决策+导航问题,即将重要位置进行场地划分,将导航问题转化为直线问题而不考虑点云本身,也就是说只要对地图的预解析正确,即可做全局路径规划。

## Environment

- ros-noetic
- Qt5
- OpenCV
- Eigen
- yaml-cpp

## Build

```
source /opt/ros/noetic/setup.bash
catkin_make
```
## Conclusion

- 本项目是RM2023的解决方案,对于2024已不适用(本身为半自动准备,因为我相信我的教练),ros-noetic版本的项目也不再适用。
- 后续的自决策由我的学弟学妹维护,也是基于这个架构实现的
- 如果你对该项目有兴趣,可以联系我们的团队

## Contact

- KnightSnape: Yile.Xu21@student.xjtlu.edu.cn
- MyTeam: TeamGMaster@xjtlu.edu.cn






0 comments on commit 38799d4

Please sign in to comment.