Fix: Incorrect Controller Type in mp_config for dmc reach_site
This commit is contained in:
parent
15e1bdc218
commit
a4e28837bb
@ -9,7 +9,6 @@ class MPWrapper(RawInterfaceWrapper):
|
||||
mp_config = {
|
||||
'ProMP': {
|
||||
'controller_kwargs': {
|
||||
'controller_type': 'velocity',
|
||||
'p_gains': 50.0,
|
||||
},
|
||||
'trajectory_generator_kwargs': {
|
||||
@ -18,7 +17,6 @@ class MPWrapper(RawInterfaceWrapper):
|
||||
},
|
||||
'DMP': {
|
||||
'controller_kwargs': {
|
||||
'controller_type': 'velocity',
|
||||
'p_gains': 50.0,
|
||||
},
|
||||
'phase_generator': {
|
||||
|
Loading…
Reference in New Issue
Block a user