Skip to content

Commit 1c0fdeb

Browse files
committed
Update isar dependencies
1 parent 508609d commit 1c0fdeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Scientific/Engineering :: Physics",
2424
"Topic :: Software Development :: Libraries",
2525
]
26-
dependencies = ["alitra", "isar>=1.19.1"]
26+
dependencies = ["alitra", "isar>=1.23.2"]
2727
dynamic = ["version"]
2828

2929
[project.urls]

src/isar_robot/config/settings.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CAPABILITIES = '["take_thermal_image", "take_image", "take_video", "take_thermal_video", "drive_to_pose", "record_audio", "localize", "return_to_home", "docking_procedure"]'
1+
CAPABILITIES = '["take_thermal_image", "take_image", "take_video", "take_thermal_video", "record_audio", "localize", "return_to_home", "docking_procedure"]'
22
ROBOT_MODEL = Robot

0 commit comments

Comments
 (0)