[Robot] fix some typos found by the spellchecker CI

This commit is contained in:
Uwe
2022-03-12 17:46:48 +01:00
parent 5e88ee99f5
commit 931e2a3c17
3 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ namespace KDL
virtual int setOptPos(const JntArray &opt_pos);
/**
*Set null psace velocity gain
*Set null space velocity gain
*
*@param alpha NUllspace velocity cgain
*

View File

@@ -48,7 +48,7 @@ namespace KDL
/**
* Calculate the jacobian expressed in the base frame of the
* chain, with reference point at the end effector of the
* *chain. The alghoritm is similar to the one used in
* *chain. The algorithm is similar to the one used in
* KDL::ChainFkSolverVel_recursive
*
* @param q_in input joint positions

View File

@@ -19,7 +19,7 @@ public:
virtual void SetProfile(double pos1, double pos2);
/**
* Generate linear interpolation coeffcients.
* Generate linear interpolation coefficients.
*
* @param pos1 begin position.
* @param pos2 end position.
@@ -29,7 +29,7 @@ public:
double pos1, double pos2, double duration);
/**
* Generate cubic spline interpolation coeffcients.
* Generate cubic spline interpolation coefficients.
*
* @param pos1 begin position.
* @param vel1 begin velocity.
@@ -41,7 +41,7 @@ public:
double pos1, double vel1, double pos2, double vel2, double duration);
/**
* Generate quintic spline interpolation coeffcients.
* Generate quintic spline interpolation coefficients.
*
* @param pos1 begin position.
* @param vel1 begin velocity.