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-application
Commits
c012fff1
Commit
c012fff1
authored
Mar 22, 2022
by
Guilhem Saurel
Browse files
format: update yapf
parent
906eea30
Pipeline
#17876
passed with stage
in 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sot_application/acceleration/precomputed_meta_tasks.py
View file @
c012fff1
...
...
@@ -13,6 +13,7 @@ from dynamic_graph.sot.dyninv.meta_tasks_dyn import MetaTaskDynCom, MetaTaskDynP
class
Solver
:
def
__init__
(
self
,
robot
):
self
.
robot
=
robot
"""
...
...
sot_application/velocity/precomputed_meta_tasks.py
View file @
c012fff1
...
...
@@ -15,6 +15,7 @@ from dynamic_graph.sot.dyninv import SolverKine, TaskInequality, TaskJointLimits
class
Solver
:
def
__init__
(
self
,
robot
):
self
.
robot
=
robot
...
...
sot_application/velocity/precomputed_tasks.py
View file @
c012fff1
...
...
@@ -16,6 +16,7 @@ from dynamic_graph.sot.core.sot import SOT, Task
class
Solver
:
def
__init__
(
self
,
robot
,
solverType
=
SOT
):
self
.
robot
=
robot
...
...
@@ -206,6 +207,7 @@ class Application(object):
- comdot: input (vector) reference velocity of the center of mass
"""
def
__init__
(
self
,
robot
,
solverType
=
SOT
):
self
.
robot
=
robot
...
...
Write
Preview
Markdown
is supported
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