Eirbot1A-2020
test_robot.hpp
1 #ifndef __TEST_ROBOT_H_
2 #define __TEST_ROBOT_H_
3 
4 #include "test.hpp"
5 #include "../src/robot.hpp"
6 #include "../src/interactions/low_level.hpp"
7 
8 void test_robot();
9 
10 
11 #endif // __TEST_ROBOT_H_
Robot
Contient toutes les méthodes et les attributs du robot.
Definition: robot.hpp:15