Skip to content

Commit

Permalink
Update to airo-tulip 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster committed Oct 14, 2024
1 parent 12a24c4 commit 8725cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airo-robots/airo_robots/drives/hardware/kelo_robile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import numpy as np
from airo_robots.awaitable_action import AwaitableAction
from airo_robots.drives.mobile_robot import CompliantLevel, MobileRobot
from airo_tulip.platform_driver import PlatformDriverType # type: ignore
from airo_tulip.server.kelo_robile import KELORobile as KELORobileClient # type: ignore
from airo_tulip.api.client import KELORobile as KELORobileClient # type: ignore
from airo_tulip.hardware.platform_driver import PlatformDriverType # type: ignore
from airo_typing import Vector3DType


Expand Down
2 changes: 1 addition & 1 deletion airo-robots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"click",
"airo-typing",
"airo-spatial-algebra",
"airo-tulip==0.0.10",
"airo-tulip==0.1.0",
],
packages=setuptools.find_packages(),
package_data={"airo_robots": ["py.typed"]},
Expand Down

0 comments on commit 8725cdc

Please sign in to comment.