You are browsing as a guest. Sign up (or log in) to start making projects!

AvianAlloy

@AvianAlloy

Joined June 3rd, 2026

  • 8Devlogs
  • 1Projects
  • 1Ships
  • 15Votes
Ship

Logic Engine is an FTC autonomous control system designed for automation and competition use. The internals use bidirectional A* pathfinding, vision based localization, and a reactive command scheduler; all built from scratch.

  • 3 devlogs
  • 5h
  • 7.24x multiplier
  • 35 Stardust
Try project → See source code →
Open comments for this post

2h 4m 59s logged

I made a few changes:

  1. I fixed a few bugs with ending paths with the A* pathing

  2. I added a few unit tests to allow me to test the code without the robot

  3. I added velocity profiles for the paths run, so that the robot can be tuned for paths

Update: The tests dont work at all :(

1
0
7
Open comments for this post

1h 45m 59s logged

So I was able to implement Bidirectional A* pathing, from unidirectional, and Im pretty proud of the change. I also wrote a small visualizer to help show how the pathing works

0
0
2

Followers

Loading…