Skip to content

Commit

Permalink
fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MScatolin committed Sep 26, 2024
1 parent 11ae94c commit b9722bf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To learn more about building you own custom applications, please refer to:
[amiga.farm-ng.com - **Developing Custom Applications**](https://amiga.farm-ng.com/docs/brain/brain-apps)

> [!IMPORTANT]
> This app will only work on Amiga Brains using v2.3+ of our OS. If you are not sure of which version you have, contact [email protected]
> This app will only work on Amiga Brains using v2.3+ of our OS. If you are not sure of which version you have, contact [email protected]
To install the Virtual Joystick App on your Amiga Brain, ssh into your robot and clone the repo to your user's home directory:

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"virtual-joystick": {
"name": "virtual-joystick",
"type": "app",
"exec_cmd": "/mnt/managed_home/farm-ng-user-<USERNAME>/virtual-joystick-v2/entry.sh",
"exec_cmd": "/mnt/managed_home/farm-ng-user-marcelo/virtual-joystick-v2/entry.sh",
"display_name": "Virtual Joystick"
}
}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
kornia-rs
PyTurboJPEG
protobuf==5.27.2

tests_require =
pytest

Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def stream_camera(
await asyncio.sleep(0.01)

rate = oak_client.config.subscriptions[0].every_n
uri = {"path":f'{oak_client.config.name}/{view_name}'}
uri = {"path": f"{oak_client.config.name}/{view_name}"}

async for event, payload in oak_client.subscribe(
SubscribeRequest(uri=uri, every_n=rate),
Expand Down

0 comments on commit b9722bf

Please sign in to comment.