Skip to content

Commit f5f4c0d

Browse files
thedevmysticfmauch
andauthored
Update joint_trajectory_controller/include/joint_trajectory_controller/interpolation_methods.hpp
Co-authored-by: Felix Exner (fexner) <[email protected]>
1 parent 2aec5a0 commit f5f4c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joint_trajectory_controller/include/joint_trajectory_controller/interpolation_methods.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const std::unordered_map<std::string, InterpolationMethod> InterpolationMethodMa
8080
*
8181
* \returns The corresponding InterpolationMethod.
8282
*
83-
* \note If interpolation_method do not have any corresponding InterpolationMethod (i.e., Unknown),
83+
* \note If interpolation_method does not have any corresponding InterpolationMethod (i.e., "Unknown"),
8484
* It defaults to `InterpolationMethod::VARIABLE_DEGREE_SPLINE`.
8585
*/
8686
[[nodiscard]] inline InterpolationMethod from_string(const std::string & interpolation_method)

0 commit comments

Comments
 (0)