Fix: Incorrect Controller Type in mp_config for dmc reach_site

This commit is contained in:
Dominik Moritz Roth 2023-08-28 17:34:46 +02:00
parent 15e1bdc218
commit a4e28837bb

View File

@ -9,7 +9,6 @@ class MPWrapper(RawInterfaceWrapper):
mp_config = { mp_config = {
'ProMP': { 'ProMP': {
'controller_kwargs': { 'controller_kwargs': {
'controller_type': 'velocity',
'p_gains': 50.0, 'p_gains': 50.0,
}, },
'trajectory_generator_kwargs': { 'trajectory_generator_kwargs': {
@ -18,7 +17,6 @@ class MPWrapper(RawInterfaceWrapper):
}, },
'DMP': { 'DMP': {
'controller_kwargs': { 'controller_kwargs': {
'controller_type': 'velocity',
'p_gains': 50.0, 'p_gains': 50.0,
}, },
'phase_generator': { 'phase_generator': {