Skip to content

First code copied from Skoltech repo #1

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

Merged
merged 37 commits into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
632f969
Result of cookiecutter
dastels Jan 7, 2019
c632d71
First copy over of Skoltech code
dastels Feb 23, 2019
e4dafec
Doc tweaks
dastels Feb 23, 2019
c7136db
Tweaks based on pylint feedback
dastels Feb 23, 2019
79c77d6
Remove Skoltech examples
dastels Feb 23, 2019
ddc7d6a
Start making it support CPython as well as CircuitPython
dastels Feb 23, 2019
b04965d
Fix and tweak
dastels Feb 24, 2019
f54598f
tweak
dastels Feb 24, 2019
5451c29
Fix
dastels Feb 24, 2019
ba96c5f
Merge branch 'cp-port'
dastels Feb 24, 2019
43635fc
Reconsolidate RPLidar class. Decide based on the port argument
dastels Feb 24, 2019
e173921
Make is_CP an instance var as it should be
dastels Feb 24, 2019
2a3cd07
Global import of serial
dastels Feb 24, 2019
328077d
Deal with pylint
dastels Feb 24, 2019
b0bf725
Fixes and tweaks
dastels Feb 25, 2019
97acbef
Try a universal approach to serialnumber
dastels Feb 25, 2019
0786b3f
Fix
dastels Feb 25, 2019
289be3d
Fix the slicing
dastels Feb 25, 2019
0158eaa
Reverse serial number bytes
dastels Feb 25, 2019
8dacc5a
Make control_motor internal (_ prefix)
dastels Feb 25, 2019
9014f60
Slice a line
dastels Feb 25, 2019
f9ffc68
Tweak doc strings
dastels Feb 25, 2019
baf5cfa
Filled in ToDos
dastels Feb 25, 2019
2d8f0b9
Add missing closing quotes
dastels Feb 25, 2019
914912c
Convert get_health and get_info to properties
dastels Feb 25, 2019
008896c
Fix typo
dastels Feb 25, 2019
5c5120e
Fix comment
dastels Mar 5, 2019
eeafbfd
Fiddling
dastels Mar 5, 2019
18a9745
Add code-block line
dastels Mar 5, 2019
9b8d0f0
Deal with TODOs
dastels Mar 5, 2019
efd8cba
Change case
dastels Mar 5, 2019
2dab0a6
fiddle
dastels Mar 5, 2019
5db8f9a
Add support for making a Pypi package
dastels Mar 10, 2019
8c96ed4
Tweak leftover mistakes from cookiecutter
dastels Mar 10, 2019
fb2a881
Fix another cookiecutter mistake
dastels Mar 10, 2019
67fef34
Fix the reference to the module file
dastels Mar 10, 2019
dad59df
Update from most recent cookiecutter
dastels Mar 13, 2019
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
__pycache__
_build
*.pyc
.env
build*
bundles
Loading