Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
0c047a96
Commit
0c047a96
authored
Jun 28, 2019
by
NoelieRamuzat
Committed by
olivier stasse
Jul 19, 2019
Browse files
[Filter Utils] Change include of FilterDifferentiator now in sot-core
filter_differentiator have been moved to sot-core
parent
4b6f9c15
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/dynamic_graph/sot/torque_control/utils/filter_utils.py
View file @
0c047a96
from
dynamic_graph.sot.
torque_control
.filter_differentiator
import
FilterDifferentiator
from
dynamic_graph.sot.
core
.filter_differentiator
import
FilterDifferentiator
def
create_butter_lp_filter_Wn_05_N_2
(
name
,
dt
,
size
):
lp_filter
=
FilterDifferentiator
(
name
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment