Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Mar 15, 2019
1 parent 73600a2 commit d1c4bed
Show file tree
Hide file tree
Showing 30 changed files with 39 additions and 2,321 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]

source = aido_nodes
source = aido_schemas

concurrency = multiprocessing

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ upload:
twine upload dist/*


comptest_package=aido_nodes_tests,aido_schemas_tests,aido_node_wrapper_tests
comptest_package=aido_schemas_tests
out=out-comptests
coverage_dir=out-coverage
coverage_include='*src/aido_*'
Expand Down
3 changes: 2 additions & 1 deletion minimal-nodes-stubs/dummy_image_filter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-e git://github.com/AndreaCensi/zuper_utils.git@z1#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_nodes.git@z1#egg=zuper_utils
-e git://github.com/duckietown/aido-protocols.git@v4-devel3#egg=aido-protocols
-e git://github.com/AndreaCensi/zuper_utils.git@v4-devel#egg=zuper_utils

numpy==1.16.2

Expand Down
3 changes: 2 additions & 1 deletion minimal-nodes-stubs/dummy_image_source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-e git://github.com/AndreaCensi/zuper_utils.git@z1#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_nodes.git@z1#egg=zuper_utils
-e git://github.com/duckietown/aido-protocols.git@v4-devel3#egg=aido-protocols
-e git://github.com/AndreaCensi/zuper_utils.git@v4-devel#egg=zuper_utils

numpy==1.16.2
opencv-python==4.0.0.21
Expand Down
3 changes: 2 additions & 1 deletion minimal-nodes-stubs/dummy_simulator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-e git://github.com/AndreaCensi/zuper_utils.git@z1#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_nodes.git@z1#egg=zuper_utils
-e git://github.com/duckietown/aido-protocols.git@v4-devel3#egg=aido-protocols
-e git://github.com/AndreaCensi/zuper_utils.git@v4-devel#egg=zuper_utils

numpy==1.16.2

Expand Down
3 changes: 2 additions & 1 deletion minimal-nodes-stubs/random_agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-e git://github.com/AndreaCensi/zuper_utils.git@z1#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_nodes.git@z1#egg=zuper_utils
-e git://github.com/duckietown/aido-protocols.git@v4-devel3#egg=aido-protocols
-e git://github.com/AndreaCensi/zuper_utils.git@v4-devel#egg=zuper_utils

numpy==1.16.2

Expand Down
4 changes: 1 addition & 3 deletions minimal-nodes-stubs/random_agent/template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
import numpy as np

from aido_nodes import PWMCommands, protocol_agent_jpg_pwm, wrap_direct
from aido_nodes import protocol_agent_jpg_pwm, wrap_direct


class FakeEnvironment(Environment):
Expand All @@ -18,7 +17,6 @@ def step(self, commands):
return last

def main():
import sys
node = RandomAgent()
protocol = protocol_agent_jpg_pwm

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-e git://github.com/AndreaCensi/zuper_utils.git@v4#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_utils.git@z1#egg=zuper_utils
-e git://github.com/AndreaCensi/zuper_nodes.git@z1#egg=zuper_utils

compmake
pyparsing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_version(filename):
return version


version = get_version(filename='src/aido_nodes/__init__.py')
version = get_version(filename='src/aido_schemas/__init__.py')

setup(
name='aido-protocols',
Expand Down
11 changes: 0 additions & 11 deletions src/aido_node_wrapper/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions src/aido_node_wrapper/constants.py

This file was deleted.

166 changes: 0 additions & 166 deletions src/aido_node_wrapper/identify.py

This file was deleted.

125 changes: 0 additions & 125 deletions src/aido_node_wrapper/meta_protocol.py

This file was deleted.

Loading

0 comments on commit d1c4bed

Please sign in to comment.