-
Notifications
You must be signed in to change notification settings - Fork 11
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
Install all applications as console scripts via setup.py. #275
Conversation
This should install them correctly in Windows and Mac, not just Linux.
python/README.md
Outdated
- [p1_display](bin/p1_display) - Generate HTML plots of vehicle trajectory, etc. (runs `analyzer.py`) | ||
- [p1_extract](bin/p1_extract) - Extract FusionEngine message contents from a binary file containing mixed data | ||
(e.g., interleaved RTCM and FusionEngine messages) | ||
- [p1_lband_extract](bin/p1_lband_extract) - Extract L-band data bits contained in a log of FusionEngine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isnt this in applications now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, fixed and reorganized this stuff a little better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just check readme comment, otherwise g2g.
1df4cb2
to
319dc8b
Compare
This should install them correctly in Windows and Mac, not just Linux. That way users can run:
at the command line in all operating systems.