Skip to content

Commit

Permalink
Fix typo in CubicSpline.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jun 22, 2021
1 parent b6743b7 commit 818cf38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Planners/src/CubicSpline.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file CubicSpline.cpp
* @authors Giulio Romualdi
* @copyright 2020 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* @copyright 2021 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the GNU Lesser General Public License v2.1 or any later version.
*/

Expand Down Expand Up @@ -39,8 +39,8 @@ struct CubicSpline::Impl
};

/**
* Description of a 5-th polynomial. It contains the coefficients, the initial/final knots and
* the duration of the sub-trajectory.
* Description of a 3-rd order polynomial. It contains the coefficients, the initial/final knots
* and the duration of the sub-trajectory.
*/
struct Polynomial
{
Expand Down

0 comments on commit 818cf38

Please sign in to comment.