.dockerignore
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
SECURITY.md
pyproject.toml
requirements.txt
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/improvement.md
.github/workflows/compile_requirements.yml
.github/workflows/deploy_to_development.yml
.github/workflows/deploy_to_staging.yml
.github/workflows/publish_component.yml
.github/workflows/publish_docker_image.yml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
.github/workflows/run_integration_tests.yml
.github/workflows/stale.yml
.github/workflows/trivy-config.yml
.github/workflows/update_aurora_deployment.yml
src/isar_robot/__init__.py
src/isar_robot/inspections.py
src/isar_robot/robotinterface.py
src/isar_robot/simulation.py
src/isar_robot/telemetry.py
src/isar_robot/version.py
src/isar_robot.egg-info/PKG-INFO
src/isar_robot.egg-info/SOURCES.txt
src/isar_robot.egg-info/dependency_links.txt
src/isar_robot.egg-info/requires.txt
src/isar_robot.egg-info/top_level.txt
src/isar_robot/config/__init__.py
src/isar_robot/config/settings.env
src/isar_robot/config/settings.py
src/isar_robot/example_data/example_audio/example_audio.wav
src/isar_robot/example_data/example_images/564.JPG
src/isar_robot/example_data/example_thermal_videos/step-4136_action-2_measurement-0.mp4
src/isar_robot/example_data/example_videos/20230429_155413000_iOS.mp4
tests/__init__.py
tests/test_inspections.py
tests/test_telemetry.py
tests/interfaces/__init__.py
tests/interfaces/test_robotinterface.py