Skip to content
Snippets Groups Projects
Commit b9993e9d authored by Florian Walch's avatar Florian Walch
Browse files

lowpass -> low-pass

parent 03a014dd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ joint_names:
arm_id: panda
# Activate rate limiter? [true|false]
rate_limiting: true
# Cutoff frequency of the lowpass filter. Set to >= 1000 to deactivate.
# Cutoff frequency of the low-pass filter. Set to >= 1000 to deactivate.
cutoff_frequency: 100
# Internal controller for motion generators [joint_impedance|cartesian_impedance]
internal_controller: joint_impedance
......@@ -36,7 +36,7 @@ class FrankaHW : public hardware_interface::RobotHW {
* @param[in] urdf_model A URDF model to initialize joint limits from.
* @param[in] get_limit_rate Getter that should return true if the rate limiter
* should be used, false otherwise. Defaults to true.
* @param[in] get_cutoff_frequency Getter for cutoff frequency for the lowpass filter.
* @param[in] get_cutoff_frequency Getter for cutoff frequency for the low-pass filter.
* Defaults to franka::kDefaultCutoffFrequency.
* @param[in] get_internal_controller Getter for an internal controller to
* be used for control loops using only motion generation. Defaults to joint impedance.
......@@ -59,7 +59,7 @@ class FrankaHW : public hardware_interface::RobotHW {
* @param[in] model Robot model.
* @param[in] get_limit_rate Getter that should return true if the rate limiter
* should be used, false otherwise. Defaults to true.
* @param[in] get_cutoff_frequency Getter for cutoff frequency for the lowpass filter.
* @param[in] get_cutoff_frequency Getter for cutoff frequency for the low-pass filter.
* Defaults to franka::kDefaultCutoffFrequency.
* @param[in] get_internal_controller Getter for an internal controller to
* be used for control loops using only motion generation. Defaults to joint impedance.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment