Robot: Added missing header in KDL
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if(MSVC)
|
||||
add_definitions(-DFCAppRobot -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH -DEIGEN2_SUPPORT)
|
||||
add_definitions(-DFCAppRobot -DHAVE_ACOSH -DHAVE_ASINH -DHAVE_ATANH)
|
||||
else(MSVC)
|
||||
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H -DEIGEN2_SUPPORT -DEIGEN_NO_EIGEN2_DEPRECATED_WARNING)
|
||||
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
|
||||
endif(MSVC)
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
//#include "error.h"
|
||||
#include <algorithm>
|
||||
#include "velocityprofile_traphalf.hpp"
|
||||
|
||||
namespace KDL {
|
||||
|
||||
Reference in New Issue
Block a user