Add namespace
This commit is contained in:
parent
7ef620bedb
commit
ed89b91826
@ -3,6 +3,9 @@
|
||||
#include "Polar.h"
|
||||
#include "Sensor.h"
|
||||
|
||||
namespace Passer {
|
||||
namespace RoboidControl {
|
||||
|
||||
class TrackedObject {
|
||||
public:
|
||||
/// @brief An object tracked by the roboid
|
||||
@ -61,3 +64,6 @@ protected:
|
||||
static constexpr unsigned char confidenceDropSpeed = 2;
|
||||
unsigned char confidence;
|
||||
};
|
||||
|
||||
} // namespace RoboidControl
|
||||
} // namespace Passer
|
Loading…
x
Reference in New Issue
Block a user