Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 3, 2023
1 parent ba7b095 commit 9d2f1cb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions demo/demo_quadruped.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import numpy as np
import pinocchio as pin
import plot_utils as plut
import tsid
from numpy import nan
from numpy.linalg import norm as norm

import tsid

sys.path += [os.getcwd() + "/../exercizes"]

np.set_printoptions(precision=3, linewidth=200, suppress=True)
Expand Down
3 changes: 1 addition & 2 deletions exercizes/ex_0_ur5_joint_space_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
import numpy as np
import pinocchio as pin
import plot_utils as plut
import tsid
import ur5_conf as conf
from numpy import nan
from numpy.linalg import norm as norm

import tsid

print("".center(conf.LINE_WIDTH, "#"))
print(" Joint Space Inverse Dynamics - Manipulator ".center(conf.LINE_WIDTH, "#"))
print("".center(conf.LINE_WIDTH, "#"), "\n")
Expand Down
1 change: 0 additions & 1 deletion exercizes/tsid_biped.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import numpy as np
import pinocchio as pin

import tsid


Expand Down
1 change: 0 additions & 1 deletion exercizes/tsid_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import gepetto.corbaserver
import numpy as np
import pinocchio as se3

import tsid


Expand Down
1 change: 0 additions & 1 deletion tests/python/test_Constraint.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np

import tsid

print("")
Expand Down
1 change: 0 additions & 1 deletion tests/python/test_Contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import numpy as np
import pinocchio as se3

import tsid

print("")
Expand Down
1 change: 0 additions & 1 deletion tests/python/test_ContactPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import numpy as np
import pinocchio as se3

import tsid

print("")
Expand Down
1 change: 0 additions & 1 deletion tests/python/test_Gravity.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

import pinocchio as se3

import tsid

print("")
Expand Down
3 changes: 1 addition & 2 deletions tests/python/test_Tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

import numpy as np
import pinocchio as pin
import tsid

# Get robot model generator module
from generator import create_7dof_arm
from numpy.linalg import norm

import tsid

print("")
print("Test Task COM")
print("")
Expand Down

0 comments on commit 9d2f1cb

Please sign in to comment.