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 Aug 26, 2024
1 parent b36c4dc commit 8b9fd21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/romeo.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import random

from hpp_ros import PathPlayer, ScenePublisher

from hpp import Quaternion # noqa: F401
from hpp.corbaserver import ProblemSolver
from hpp.corbaserver.romeo import Robot
from hpp.corbaserver.wholebody_step.client import Client as WholebodyStepClient
from hpp_ros import PathPlayer, ScenePublisher

robot = Robot("romeo")
robot.setJointBounds("base_joint_x", [-4, 3])
Expand Down

0 comments on commit 8b9fd21

Please sign in to comment.