Skip to content

Commit

Permalink
Remove localize from capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Feb 6, 2025
1 parent dd8ec36 commit 16e393e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.25.6"]
dependencies = ["alitra", "isar>=1.25.9"]
dynamic = ["version"]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ idna==3.10
# requests
injector==0.22.0
# via isar
isar==1.25.7
isar==1.25.9
# via isar-robot (pyproject.toml)
isodate==0.7.2
# via
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", "record_audio", "localize", "return_to_home", "take_gas_measurement"]'
CAPABILITIES = '["take_thermal_image", "take_image", "take_video", "take_thermal_video", "record_audio", "return_to_home", "take_gas_measurement"]'
ROBOT_MODEL = Robot

0 comments on commit 16e393e

Please sign in to comment.