Skip to content

Commit

Permalink
format: update yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Mar 22, 2022
1 parent 906eea3 commit c012fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions sot_application/acceleration/precomputed_meta_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


class Solver:

def __init__(self, robot):
self.robot = robot
"""
Expand Down
1 change: 1 addition & 0 deletions sot_application/velocity/precomputed_meta_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@


class Solver:

def __init__(self, robot):
self.robot = robot

Expand Down
2 changes: 2 additions & 0 deletions sot_application/velocity/precomputed_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@


class Solver:

def __init__(self, robot, solverType=SOT):
self.robot = robot

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c012fff

Please sign in to comment.