10 lines
174 B
C++
10 lines
174 B
C++
#pragma once
|
|
|
|
#include "arylib/drive/drive.hpp"
|
|
|
|
void test_auton();
|
|
void test_second();
|
|
void motion_profile_test();
|
|
|
|
void default_constants();
|
|
void exit_condition_defaults(); |