Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
irobot.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace fang::robot
6{
10 class IRobot : virtual public system::ISystem
11 {
12 public:
13 virtual ~IRobot() {};
14 };
15}
Definition irobot.hpp:11
virtual ~IRobot()
Definition irobot.hpp:13
Definition base_robot.cpp:4
rail::system::ISystem ISystem
Definition isystem.hpp:5