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 = {
|
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': {
|
||||||
|
Loading…
Reference in New Issue
Block a user