Coder Social home page Coder Social logo

wmjaimer's Introduction

README

西北工业大学 WMJ 战队 2023 赛季自瞄预测器开源代码。

仓库结构

.
├── libBase                 // 基础单元库,包含时间、键盘事件、彩色字符相关等常用函数和Armor、GimbalPose等基本数据类型定义
├── libControl              // 控制单元库,包含各种控制解算器
│   ├── Pose                // 云台位姿解算器类
│   └── TopAimer            // 反陀螺预测器类
├── log                     // 用于存放日志文件
├── test                    // 用于存放测试代码
├── video                   // 用于存放录制视频
├── CMakeLists.txt
├── Project Report.md       // 项目详细报告
├── README.md
└── setup                   // 初始化仓库脚本

运行环境

Recommended OS Dependency Library Compiler
Ubuntu 18.04+ Eigen 3+
OpenCV 3.4+
g++ or clang++
CMake 3+

运行方式

直接运行 setup 脚本或者手动执行以下步骤

mkdir build && cd build
cmake .. && make -j

编译完成后根据需要执行测试程序,测试程序位于 bin/

备注

由于本项目节选自 WMJ 战队步兵视觉代码仓库,部分内容无法完整编译,仅作展示

wmjaimer's People

Contributors

snocrashwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.