ary 6c8487ad99 work on two autonomous paths
corrected test_auton (1)
added:
test_second (2) -> scores preload and combines movements from test_auton

(this actually took less time than i thought it would)

it is now a matter of working on tuning exit conditions so movements don't use up too much time
2023-09-22 20:05:27 -04:00

9 lines
146 B
C++

#pragma once
#include "arylib/drive/drive.hpp"
void test_auton();
void test_second();
void default_constants();
void exit_condition_defaults();