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

Package installation after v1.0.0 #120

Open
heuristicus opened this issue Apr 1, 2023 · 0 comments
Open

Package installation after v1.0.0 #120

heuristicus opened this issue Apr 1, 2023 · 0 comments

Comments

@heuristicus
Copy link
Owner

heuristicus commented Apr 1, 2023

The PR at #114 separates wrapper code from, as mentioned in #113. The wrapper code is now included in a python-only submodule (https://github.com/bdaiinstitute/spot_wrapper) which must be manually built. To use version 1.0.0 of this repository, you will need to run

cd spot_ros
git submodule init
git submodule update
pip3 install -e spot_wrapper

Once you have installed the wrapper with the -e flag, any changes in the wrapper will be available immediately. You can pull changes to the wrapper and it should function without having to reinstall it.

The usage of everything else in the package should be as it was before - we've simply moved the wrapper. Please open an issue if you find anything that isn't working.

@heuristicus heuristicus pinned this issue Apr 1, 2023
@heuristicus heuristicus changed the title Package installation changes in v1.0.0 Package installation changes in v2.0.0 Apr 7, 2023
@heuristicus heuristicus changed the title Package installation changes in v2.0.0 Package installation after v1.0.0 Apr 27, 2023
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

No branches or pull requests

1 participant