project-capo/amber-python-clients

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveragerc
.gitignore
.landscape.yml
.travis.yml
CONTRIBUTORS.md
LICENSE.md
MANIFEST.in
README
README.md
bin/drive_to_point_example.sh
bin/dummy_example.sh
bin/hokuyo_example.sh
bin/install.sh
bin/location_example.sh
bin/ninedof_example.sh
bin/roboclaw_example.sh
bin/uninstall.sh
clean.sh
protoc.sh
requirements.txt
setup.py88
A
0 mins
src/amberclient/__init__.py1
A
0 mins
src/amberclient/common/__init__.py0
A
0 mins
src/amberclient/common/amber.ini
src/amberclient/common/amber_client.py141
A
2 hrs
src/amberclient/common/amber_proxy.py108
A
0 mins
src/amberclient/common/drivermsg.proto
src/amberclient/common/future_object.py48
A
0 mins
src/amberclient/common/listener.py6
A
0 mins
src/amberclient/drive_to_point/__init__.py1
A
0 mins
src/amberclient/drive_to_point/drive_to_point.ini
src/amberclient/drive_to_point/drive_to_point.proto
src/amberclient/drive_to_point/drive_to_point.py188
F
5 days
src/amberclient/dummy/__init__.py1
A
0 mins
src/amberclient/dummy/dummy.ini
src/amberclient/dummy/dummy.proto
src/amberclient/dummy/dummy.py139
F
3 days
src/amberclient/examples/__init__.py0
A
0 mins
src/amberclient/examples/drive_to_point_example.py35
A
30 mins
src/amberclient/examples/drive_to_point_path_basic.csv
src/amberclient/examples/drive_to_point_path_local_minimum.csv
src/amberclient/examples/drive_to_point_path_longer.csv
src/amberclient/examples/drive_to_point_path_longest.csv
src/amberclient/examples/drive_to_point_path_simple.csv
src/amberclient/examples/drive_to_point_path_unavailable.csv
src/amberclient/examples/drive_to_point_second_path.csv
src/amberclient/examples/drive_to_point_third_path.csv
src/amberclient/examples/dummy_example.py27
A
30 mins
src/amberclient/examples/hokuyo_example.py22
A
30 mins
src/amberclient/examples/location_example.py15
A
30 mins