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