Skip to content

Commit

Permalink
Update isar dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Oct 18, 2024
1 parent 9747580 commit f86d1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries",
]
dependencies = ["alitra", "isar>=1.19.1"]
dependencies = ["alitra", "isar>=1.23.2"]
dynamic = ["version"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/isar_robot/config/settings.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CAPABILITIES = '["take_thermal_image", "take_image", "take_video", "take_thermal_video", "drive_to_pose", "record_audio", "localize", "return_to_home", "docking_procedure"]'
CAPABILITIES = '["take_thermal_image", "take_image", "take_video", "take_thermal_video", "record_audio", "localize", "return_to_home", "docking_procedure"]'
ROBOT_MODEL = Robot

0 comments on commit f86d1f8

Please sign in to comment.