forked from pz4kybsvg/Conception
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
280 B
11 lines
280 B
2 years ago
|
/*
|
||
|
* statistics_provider.h
|
||
|
* Statistics Provider, provides the statistics data such as sweep time in ms, odometry in m.
|
||
|
* Created at 2017-04-05
|
||
|
* Copyright 2017 (c) Shanghai Slamtec Co., Ltd.
|
||
|
*/
|
||
|
#pragma once
|
||
|
|
||
|
#include <rpos/rpos_config.h>
|
||
|
|
||
|
#include "statistics_provider/feature.h"
|