GithubHelp home page GithubHelp logo

neuaction / robocon2016 Goto Github PK

View Code? Open in Web Editor NEW
9.0 4.0 5.0 2.88 MB

2016年亚太大学生机器人大赛HybridRobot源码

C 88.32% C++ 0.41% Assembly 1.53% HTML 8.89% Makefile 0.83% Batchfile 0.01%
robot robocon action neu

robocon2016's Introduction

2016年亚太大学生机器人大赛HybridRobot源码

比赛主题:清洁能源

比赛规则:见大赛官网http://www.aburobocon2016.com/

所属团队:东北大学 ACTION

路径相关说明

旋转方向 Angle Gyro_Union.GyroAngle
顺时针自旋- increase decrease
逆时针自旋+ decrease increase
全程轨迹长度 19485.68mm 、改良后:19227.750

作动器相关说明

  1. 气阀:
完成动作 指令序号 完成动作 指令序号 完成动作 指令序号
夹风扇 0,1 底盘夹柱子 2,3 顶上夹柱子 6,7
抓风扇 0-off --- --- 抱柱子 6-on && 7-off
竖起 1-off --- --- 放柱子 6-off && 7-on
  1. 舵机
说明 参数
减速比 52/30
最大轮速度 220000脉冲(合为1969.34mm/s)

模糊PID控制的误差范围限制

err NB NM NS Z PS PM PB
errValue[-300,300] -300 -200 -100 0 100 200 300
errAngle[-15,15] -15 -10 -5 0 5 10 15
errActvel[-600,450] -600 -400 -200 0 200 400 600
errc NB NM NS Z PS PM PB
errcValue[-60,60] -60 -40 -20 0 20 40 60
errcAngle[-3, 3 ] -3 -2 -1 0 1 2 3
errcActvel[-90,90] -90 -60 -30 0 30 60 90

2n(x-(a+b)/2)/(b-a)

换场说明

场地 初始角度
红场 30
蓝场 -30

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.