Skip to content
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

Added an update example script #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

graugans
Copy link
Member

This script allows a basic software update. The handling of the right mode should be handled outside of this script. The original implementation was not working reliable.

Phil Puetzstueck and others added 3 commits December 14, 2017 14:55
This allows fleet update of robots

Signed-off-by: Christian Ege <[email protected]>
This script provides a way for updating an O3D3xx via command line

Signed-off-by: Christian Ege <[email protected]>
Signed-off-by: Christian Ege <[email protected]>
@@ -15,7 +15,8 @@
author_email = '[email protected]',
license = 'MIT',
packages = ['o3d3xx', 'o3d3xx.rpc', 'o3d3xx.pcic'],
install_requires = ['future'],
scripts = ['scripts/o3d3xx-updater.py'],
install_requires = ['future','requests'],
Copy link
Member

Choose a reason for hiding this comment

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

I think I would like to avoid that the requests library is becoming a mandatory prerequisite for the whole o3d3xx-python package.

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right. I am quite unsure if the updater fits very well into this lib or is it worth to create an own project.

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.

2 participants