spline_utils.h
Go to the documentation of this file.
1 /*
2  * Copyright 2015-2019 CNRS-UM LIRMM, CNRS-AIST JRL
3  */
4 
5 #ifndef _H_SPLINEUTILS_H_
6 #define _H_SPLINEUTILS_H_
7 
8 #include <mc_trajectory/api.h>
9 
10 #include <Eigen/Core>
11 
12 namespace mc_trajectory
13 {
14 
15 MC_TRAJECTORY_DLLAPI Eigen::MatrixXd generateInterpolatedWaypoints(const Eigen::Vector3d & start,
16  const Eigen::Vector3d & stop,
17  unsigned int nrWP);
18 }
19 
20 #endif
#define MC_TRAJECTORY_DLLAPI
Definition: api.h:50
Definition: BSpline.h:15
MC_TRAJECTORY_DLLAPI Eigen::MatrixXd generateInterpolatedWaypoints(const Eigen::Vector3d &start, const Eigen::Vector3d &stop, unsigned int nrWP)