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
mc_trajectory::generateInterpolatedWaypoints
MC_TRAJECTORY_DLLAPI Eigen::MatrixXd generateInterpolatedWaypoints(const Eigen::Vector3d &start, const Eigen::Vector3d &stop, unsigned int nrWP)
mc_trajectory
Definition:
BSpline.h:14
api.h
MC_TRAJECTORY_DLLAPI
#define MC_TRAJECTORY_DLLAPI
Definition:
api.h:50
include
mc_trajectory
spline_utils.h
Generated by
1.8.17