8000 GitHub - RCMgames/RCMv2 at v2.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RCMgames/RCMv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCMv2

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

write a description of what your robot does here: The main branch is just template code that doesn't control anything.

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.

Example code for robots and other useful bits of robot code: https://github.com/RCMgames/RCMv2/discussions/categories/useful-bits-of-code Shared robot code: https://github.com/RCMgames/RCMv2/discussions/categories/robots

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)

About

version two of RCM robot code

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0