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

Conversation

dastels
Copy link
Collaborator

@dastels dastels commented Feb 23, 2019

No description provided.

@ladyada
Copy link
Member

ladyada commented Feb 23, 2019

looks great so far - let me know when you want 👁 review/suggestions!

@dastels
Copy link
Collaborator Author

dastels commented Feb 24, 2019

@ladyada This works fine opn the Pi with CPython using the USB interface. But reading from the UART under CP seems to be returning random bytes.

@ladyada
Copy link
Member

ladyada commented Feb 24, 2019

huh thats odd, well we will have to figure that part out when we use it on an M4

@dastels
Copy link
Collaborator Author

dastels commented Feb 24, 2019

Yeah, that on an M4.

@dastels
Copy link
Collaborator Author

dastels commented Mar 10, 2019

@kattni When you have a chance.

Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this up! It appears you may have run the initial cookiecutter quite a while ago as we have made some important changes to it since you may have run it. Please run cookiecutter again and copy:

  • .travis.yml
  • setup.py

Then replace the current versions in this repo with the two new files generated by cookiecutter.

As well, please populate the rplidar_simpletest.py file in examples. It is currently empty. As there is nothing in the file, I cannot add an inline comment there, so I'm including it here.

README.md Outdated
## Introduction ##
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't have two READMEs. The README.rst is the one rendered by RTD, and is the one we use. Please transfer any information you wish to keep from this README to the README.rst file and delete the README.md file.

setup.py Outdated
@@ -0,0 +1,21 @@
import setuptools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you get this setup.py? Do you intend to have this on PyPI through Travis the way we have done with every other library? If so, this is not a sufficient file.

@@ -0,0 +1,33 @@
# This is a common .travis.yml for generating library release zip files for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the most recent version of .travis.yml. Please update it.

Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks! I did not test this. Looks good!

@kattni kattni merged commit fa1fd6c into adafruit:master Mar 13, 2019
@TheKitty
Copy link

@dastels - please correct any link to the code in the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants