Hello VEX Forum,
Our team would like to present our community challenge video. We have tried our hardest to improve our community in the last four years, and we hope you enjoy.
Sincerely,
4253B
14 Likes
If these topics aren’t a great enough indication how team 4253B has helped out the community in the previous years, than I don’t know what does.
Well, I guess I will kick it off this year.
We are 4253B from Taipei Taiwan. The code is written by me and my teammate Jason. I worked mainly on the control algorithms, while he worked on pathing the autonomous on field. The repository below contains our code this year, which actually won us the Think Award at the Live Remote Worlds this year.
Here are some of the videos of our code:
Features (More information can be found on the readme.md file o…
Hello VEXers,
4253B is pleased to announce the release of our open source PROS library for holonomic drivetrains: HolonomicLib. Seeing as there are many teams planning on using holonomic drives this season, we wanted to make sure that all VEX teams had access to advanced code. Please see our documentation here to get started. You can also check out our repository here and API here .
HolonomicLib primarily offers 2 advanced methods of controlling holonomic drivetrains:
Translation - travel to …
Hey y’all,
Seeing how many teams are using flywheels this season, we thought it would be cool to share our simple graphing library. Graphy is a PROS library, so if you do not already, you must use PROS to use Graphy.
I’m lazy, just give me the link: GitHub - Yessir120/Graphy: A simplified PROS graphing library for VEX robotics
[image]
Here is an example of how you might use Graphy:
#include "Graphy/Grapher.hpp"
// Create grapher
std::shared_ptr<graphy::AsyncGrapher> grapher(new graphy::A…
7 Likes