mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
more code cleanup
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "tracer_base/tracer_types.hpp"
|
||||
|
||||
namespace wescore
|
||||
namespace westonrobot
|
||||
{
|
||||
class TracerBase
|
||||
{
|
||||
@@ -104,6 +104,6 @@ private:
|
||||
public:
|
||||
static void UpdateTracerState(const TracerMessage &status_msg, TracerState &state);
|
||||
};
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
#endif /* TRACER_BASE_HPP */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
|
||||
namespace wescore
|
||||
namespace westonrobot
|
||||
{
|
||||
struct TracerState
|
||||
{
|
||||
@@ -106,6 +106,6 @@ struct TracerLightCmd
|
||||
LightMode rear_mode;
|
||||
uint8_t rear_custom_value;
|
||||
};
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
#endif /* TRACER_TYPES_HPP */
|
||||
|
||||
Reference in New Issue
Block a user