Skip to content
Snippets Groups Projects
Commit 2f6b85c7 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

python: format

parent 80c5d3c0
No related branches found
No related tags found
No related merge requests found
Pipeline #11652 passed
...@@ -264,7 +264,7 @@ ROBOTS = { ...@@ -264,7 +264,7 @@ ROBOTS = {
}), }),
'talos': (loadTalos, {}), 'talos': (loadTalos, {}),
'talos_box': (loadTalos, { 'talos_box': (loadTalos, {
'box' : True 'box': True
}), }),
'talos_arm': (loadTalos, { 'talos_arm': (loadTalos, {
'arm': True 'arm': True
...@@ -277,7 +277,7 @@ ROBOTS = { ...@@ -277,7 +277,7 @@ ROBOTS = {
}), }),
'talos_full_box': (loadTalos, { 'talos_full_box': (loadTalos, {
'full': True, 'full': True,
'box' : True 'box': True
}), }),
'tiago': (loadTiago, {}), 'tiago': (loadTiago, {}),
'tiago_no_hand': (loadTiago, { 'tiago_no_hand': (loadTiago, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment