Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: array typing
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent b1ede13 commit a4704e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_optimization() -> None:
"""Test."""
# init robot model and error wrt nominal
actual_robot = Robot.from_parameters(ur10())
actual_robot.tool.position = np.array([0.1, 0, 0])
# FIXME: "Link" has no attribute "a"
# TODO: review abstract inheritance
actual_robot.kinematic_chain.links[0].a += 0.1 # type: ignore
Expand Down

0 comments on commit a4704e4

Please sign in to comment.