Skip to content

Commit

Permalink
Minor changes requested by reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lewis authored and Chris Lewis committed May 30, 2014
1 parent 19b6a44 commit 51cf272
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SmoothingTrajectoryFilter
double gain_; /*!< gain_ is the sum of the coeficients to achieve unity gain overall */
int num_coef_; /*< the number of coefficients */
std::vector<double> coef_; /*!< Vector of coefficients */
bool initialized_; /*!< was the Init() function called sucessfully? */
bool initialized_; /*!< was the init() function called sucessfully? */
};

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
ROS Parameters Example:
smoothing_filter_name: /move_group/smoothing_5_coef
smoothing_5_coef:
num_coeficients: 5
coeficient_0: 0.25
coeficient_1: 0.50
coeficient_2: 1.00
coeficient_3: 0.50
coeficient_4: 0.25
- 0.25
- 0.50
- 1.00
- 0.50
- 0.25
</description>
</class>

Expand Down

0 comments on commit 51cf272

Please sign in to comment.