Public headers of device layer and some utils
This commit is contained in:
@@ -74,7 +74,6 @@ add_compile_options(-std=c++11)
|
||||
|
||||
include_directories(
|
||||
${catkin_INCLUDE_DIRS}
|
||||
${SDK_DIR}/src # for device layer interface
|
||||
)
|
||||
|
||||
set(LINK_LIBS
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "device/context.h"
|
||||
#include "device/device.h"
|
||||
#include "mynteye/context.h"
|
||||
#include "mynteye/device.h"
|
||||
|
||||
#define FULL_PRECISION \
|
||||
std::fixed << std::setprecision(std::numeric_limits<double>::max_digits10)
|
||||
|
||||
Reference in New Issue
Block a user