Skip to content

Commit

Permalink
fix typing and add missing loguru dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorlouisdg committed Mar 5, 2024
1 parent 373dbac commit 85fc979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion airo_drake/visualization/inverse_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def animate_ik_solutions(
arm_index: ModelInstanceIndex,
joint_solutions: list[np.ndarray],
time_per_solution: float = 1.0,
):
) -> None:
"""Publish a recorded animation to meshcat where the robot arm cycles through the provided joint solutions.
Args:
Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ classifiers = [
"Operating System :: OS Independent",
]

dependencies = [
"airo-models",
"drake",
"ur-analytic-ik"
]
dependencies = ["airo-models", "drake", "ur-analytic-ik", "loguru"]

[project.urls]
Homepage = "https://github.com/airo-ugent/airo-drake"
Expand Down

0 comments on commit 85fc979

Please sign in to comment.