Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
cool_pierce_auto_test.hpp
Go to the documentation of this file.
1#pragma once
4
5namespace fang::robot
6{
7
12 {
13 public:
15 PierceAutoTest{drivers, getPierceAutoTestConfig()}
16 {
17 }
18 };
19}
Definition drivers.hpp:31
Definition cool_pierce_auto_test.hpp:12
CoolPierceAutoTest(Drivers &drivers)
Definition cool_pierce_auto_test.hpp:14
Definition pierce_auto_test.hpp:23
Definition base_robot.cpp:4
fang::Drivers & drivers
Definition robot_singleton.cpp:45