Skip to content

Commit

Permalink
fix spell miss
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki committed Jan 28, 2025
1 parent 9d4b953 commit f8a7525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class Trajectory<geometry_msgs::msg::Point>
Trajectory & operator=(Trajectory && rhs) = default;

/**
* @brief Get the internal bases(arc lengthes) of the trajectory
* @return Vector of bases(arc lengthes)
* @brief Get the internal bases(arc lengths) of the trajectory
* @return Vector of bases(arc lengths)
*/
[[nodiscard]] virtual std::vector<double> get_internal_bases() const;
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class Trajectory<geometry_msgs::msg::Pose> : public Trajectory<geometry_msgs::ms
bool build(const std::vector<PointType> & points);

/**
* @brief Get the internal bases(arc lengthes) of the trajectory
* @return Vector of bases(arc lengthes)
* @brief Get the internal bases(arc lengths) of the trajectory
* @return Vector of bases(arc lengths)
*/
[[nodiscard]] std::vector<double> get_internal_bases() const override;

Expand Down

0 comments on commit f8a7525

Please sign in to comment.