Fang-Robotics-MCB
Fang Robotics Team Codebase
Loading...
Searching...
No Matches
iscaler.hpp
Go to the documentation of this file.
1#pragma once
3{
11 class IScaler
12 {
13 virtual double getScale() const = 0;
14 };
15}
Definition iscaler.hpp:12
Definition iscaler.hpp:3