1 Star 1 Fork 0

高嘉 / Robomaster2018-SEU-OpenSource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Robomaster2018-SEU-OpenSource

This is the open source project for Robomaster 2018 from Southeast University which includes complete process to finish the auto-shoot & rune detection tasks. Armor detection, rune detection, angle solving algorithm & drivers, serial communication are all included.

This is basically the code we use during the competition.

If you have any problem, welcome to contact us: 213162574@seu.edu.cn

1.Requirements

platform:

  1. Jetson TX2
  2. ubuntu16.04

environment

  1. QT5
  2. OpenCV3.4.0(Opencv4Tegra)

2.Project framework

Armor,Rune&Pose: three core algorithm are implemented here. You can read the document under these three directory.

Darknet: the deeplearning library we need to run this project, you need to compile it first.

Driver: driver for camera.

General: general resource for all program.

Serial: serial communication protocol with STM32.

Main: entry of the program.

Img: resource files for document

3.Configuration

1. Clone the project

Clone the project to the directory you perfer. If you are not sure, /home/usrname/ is just OK.

2. Compile the darknet library

The darknet library is the required dependency lib to implement the deep learning algorithm in Rune Detection. We made a little changes to the original library to fit our need. Anyway, be sure to compile it first, or the project can't run successfully.

NOTICE:Unless you need to test only a part of the project, like Armor, you can rewrite the project dependency and run it independently

How to compile in terminal

  1. change directory the ./Darknet
  2. type make #-j4 optional, it depends on your machine

A README from the official darknet project is also under the ./Darknet. You can ignore that unless you're interested in the darknet.

3. Choose the main file

Open the .pro file, and choose the main.cpp file according to the instruction(comment) in .pro by commenting & uncommenting several lines of codes.

If you want to design your own test, you can write your own main file and add it to the project.

4. Others

change the absolute path of .xml(under ./Pose directory)

If you meet any other errors, remeber to check the directory in the project(especially some .xml files) first.

4.How To Run

After successfully compile the whole project in QT, you shall check the executable file Robomaster2018-SEU-OpenSource produced by QT(under the ./Release or ./Debug directory). Excute it, and you can see the result.

Auto Startup

Also, we add the script rm.sh for the Startup Application.

Be sure to change the content (Directory of executable file and so on) for your own machine. Also, DON'T forget to add the darknet.so(produced after compiling this lib) to the same directory of executable file

Add this script to the Startup Applications and everything is okay now!

5.License

MIT License

MIT License Copyright (c) 2018 SEU-SuperNova-CVRA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fishHub/Robomaster2018-SEU-OpenSource.git
git@gitee.com:fishHub/Robomaster2018-SEU-OpenSource.git
fishHub
Robomaster2018-SEU-OpenSource
Robomaster2018-SEU-OpenSource
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891