Skip to content

Commit

Permalink
doc: add warning that splines do not correctly handle non-vector space
Browse files Browse the repository at this point in the history
  • Loading branch information
DianeBury authored and florent-lamiraux committed Mar 14, 2023
1 parent ee19c3e commit 5ae8da5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/hpp/core/path/spline.hh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ struct sbf_traits {
///
/// The dimension of control points, corresponding to the robot number of
/// degrees of freedom can be retrieved by getter Spline::parameterSize.
///
/// \warning Velocities for robots with non-vector configuration space are
/// not correctly handled.
template <int _PolynomeBasis, int _Order>
class HPP_CORE_DLLAPI Spline : public Path {
public:
Expand Down

0 comments on commit 5ae8da5

Please sign in to comment.