/RCMv2-robot-j-2

code for my second RCM mini powerup robot, if you can make sense of the code you're welcome to take it for your own RCM robot.

Primary LanguageC++MIT LicenseMIT

RCMv2

open in VSCode (using PlatformIO), or use the Arduino IDE.

insert what your robot does here

https://github.com/rcmgames/RCMv2

version two of RCM robot code

Motor control and communication code has been separated out, improved and made into Arduino libraries available through Arduino's library manager, so there's much less RCM-specific code.

Here are some of the new features available in the new version:

  • Better motor control
    • automatic boost to overcome static friction when starting the motor at low speed
    • reduce control dead-zone
    • control actual velocity not just motor power with three point motor curve calibration
    • know approximately how fast your robot can drive based on its current battery level
    • supports many kinds of motor drivers though a common interface (and more can be added easily)
  • Encoders
    • supports quadrature, single channel, and absolute (as5048b) encoders through a common interface (more can be added in the future)
    • precisely control velocity with feedback loop
    • easily drive precise distances with limited acceleration (driving distances is also available without an encoder it just isn't as precise)

Install Driver Station App:

https://github.com/rcmgames/RCMDS-new (recommended)

https://github.com/rcmgames/RCMDS (advanced)