GithubHelp home page GithubHelp logo

illini-robomaster / irm_embedded_2023 Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 6.0 9.75 MB

This is the iRM embedded code repo for 2023 RoboMaster competition.

License: GNU General Public License v3.0

CMake 0.10% C 97.77% Assembly 0.22% Makefile 0.06% Python 0.03% C++ 1.83%

irm_embedded_2023's Introduction

illini-robomaster

Billboard & tutorials: iRM@notion

irm_embedded_2023's People

Contributors

0-ericzhou-0 avatar alchemicronin avatar alvinsunyixiao avatar andd54 avatar azulradio avatar glassescrab avatar hx507 avatar jerrywrx avatar md-20880 avatar n9nge avatar rogerqi avatar xiongdawei avatar yry0008 avatar ywh114 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

irm_embedded_2023's Issues

Add Github workflow build test

All pull requests need to pass a build test before merging into main. This makes sure that we are not letting in any breaking changes.

Implementers can take a look at it was done on illini-robomaster/iRM_Embedded_2022

I think it is necessary that we have a formater. But if it should still be clang-10 might need more discussion.

Clean the vehicle code

The vehicle codes has some redundent stuff.(variable initilization, code format, useless(abandoned) parts...)

Block program if the motor doesn't have power

Issue

The motor might burn the board at the moment they have power if giving them commands to turn before they are powered on. We need something to check if the motor is powered on before we send our first turning command.

Potential implementation:

Adding a dummy MotorCANBase::TransmitOutput during motor instance initialization shared/library/motor.cc might be a good idea. If the board doesn't have power (24V), the program will block. Yet I don't know what would happen if the motor doesn't have power. The implementer should check this.

Side notes:

This change in the library should not change any current code (example or vehicle).

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.