Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre commit fix #38

Merged
merged 2 commits into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion protos/farm_ng/canbus/canbus.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
// Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
// Copyright (c) farm-ng, inc.
//
// Licensed under the Amiga Development Kit License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.



syntax = "proto3";

Expand Down
16 changes: 15 additions & 1 deletion protos/farm_ng/controller/controller.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
// Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
// Copyright (c) farm-ng, inc.
//
// Licensed under the Amiga Development Kit License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.



syntax = "proto3";

Expand Down
16 changes: 15 additions & 1 deletion protos/farm_ng/oak/oak.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
// Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
// Copyright (c) farm-ng, inc.
//
// Licensed under the Amiga Development Kit License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.



syntax = "proto3";

Expand Down
16 changes: 15 additions & 1 deletion protos/farm_ng/state_estimator/state_estimator.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
// Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
// Copyright (c) farm-ng, inc.
//
// Licensed under the Amiga Development Kit License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.



syntax = "proto3";

Expand Down
14 changes: 13 additions & 1 deletion py/examples/camera_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
15 changes: 13 additions & 2 deletions py/examples/camera_client/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc. All rights reserved.
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import annotations

import argparse
Expand Down
14 changes: 13 additions & 1 deletion py/examples/camera_client_gui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
15 changes: 13 additions & 2 deletions py/examples/camera_client_gui/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc. All rights reserved.
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
import asyncio
import io
Expand Down
14 changes: 13 additions & 1 deletion py/examples/camera_pipeline/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
14 changes: 13 additions & 1 deletion py/examples/camera_pipeline/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio

import cv2
Expand Down
15 changes: 13 additions & 2 deletions py/examples/file_reader/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc. All rights reserved.
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
from pathlib import Path
from typing import List
Expand Down
14 changes: 13 additions & 1 deletion py/examples/virtual_joystick/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
14 changes: 13 additions & 1 deletion py/examples/virtual_joystick/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import argparse
import asyncio
import io
Expand Down
14 changes: 13 additions & 1 deletion py/farm_ng/canbus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
14 changes: 13 additions & 1 deletion py/farm_ng/canbus/canbus_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio
import logging
from dataclasses import dataclass
Expand Down
15 changes: 13 additions & 2 deletions py/farm_ng/canbus/packet.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc. All rights reserved.
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import time
from enum import IntEnum
from struct import pack
Expand Down
14 changes: 13 additions & 1 deletion py/farm_ng/controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
14 changes: 13 additions & 1 deletion py/farm_ng/controller/controller_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio
import logging
from dataclasses import dataclass
Expand Down
14 changes: 13 additions & 1 deletion py/farm_ng/oak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Version variable
import sys

Expand Down
14 changes: 13 additions & 1 deletion py/farm_ng/oak/camera_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio
import logging
import time
Expand Down
14 changes: 13 additions & 1 deletion py/farm_ng/state_estimator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
14 changes: 13 additions & 1 deletion py/farm_ng/state_estimator/state_estimator_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Copyright (c) farm-ng, inc. Amiga Development Kit License, Version 0.1
# Copyright (c) farm-ng, inc.
#
# Licensed under the Amiga Development Kit License (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/farm-ng/amiga-dev-kit/blob/main/LICENSE
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import asyncio
import logging
from dataclasses import dataclass
Expand Down
Loading