Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
franka_description
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CeTI
ROS
ROS Packages
franka_description
Commits
b9993e9d
Commit
b9993e9d
authored
7 years ago
by
Florian Walch
Browse files
Options
Downloads
Patches
Plain Diff
lowpass -> low-pass
parent
03a014dd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
franka_control/config/franka_control_node.yaml
+1
-1
1 addition, 1 deletion
franka_control/config/franka_control_node.yaml
franka_hw/include/franka_hw/franka_hw.h
+2
-2
2 additions, 2 deletions
franka_hw/include/franka_hw/franka_hw.h
with
3 additions
and
3 deletions
franka_control/config/franka_control_node.yaml
+
1
−
1
View file @
b9993e9d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
franka_hw/include/franka_hw/franka_hw.h
+
2
−
2
View file @
b9993e9d
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment