-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hardware ZED Camera Node Part 1 (Installation Overhaul) #91
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
00fc6af
expose all gpus to docker instead of just one
alberthli a4081c0
fix cuda deps versions by removing nvidia channel spec in pixi.toml
alberthli 8c7848d
minimum stuff required to see ZED cameras using sdk
alberthli 59c8fcf
Merge branch 'main' of github.com:Caltech-AMBER/obelisk into hardware…
alberthli 2e1f24c
clean up current setup slightly
alberthli 3fb3aa7
revamped setup interactions with docker + exposed docker build args t…
alberthli a6a1538
remove errant included script
alberthli 86edcc1
various updates to installation
alberthli fd6f0ad
Merge branch 'main' of github.com:Caltech-AMBER/obelisk into hardware…
alberthli b762b1a
consolidated python leap stuff into one package
alberthli d6dd271
consolidated leap cpp stuff to one package
alberthli 8fb7da3
slight tweak to leap controller names
alberthli 75d3612
separate leap hand deps into own opt-in group
alberthli 18e769e
sharpen docker configuration significantly
alberthli c72378c
update lock file
alberthli 5ed9c43
removed ros building pixi tasks, obk-build now builds packages condit…
alberthli 0ce49d5
attempt to fix CI
alberthli ca4e940
another attempt to fix CI
alberthli 671c995
yet another attempt at fixing CI
alberthli 42906fb
try fixing aliases in CI by adding 'shopt -s expand_aliases'
alberthli e73bf0a
attempt to fix CI by sourcing bash_aliases
alberthli 972e302
Attempt to fix CI by add aliases to docker container
alberthli 4554965
fix missing code to attempt to fix CI
alberthli 4347c83
update README
alberthli 84d4222
update README
alberthli df4dc51
attempt to fix CI by not using aliases
alberthli 713c760
Attempt to fix CI by running manual colcon commands with pixi executable
alberthli 42086cd
removed dependency of all-tests on ros-build
alberthli dc3f3a4
make ci pixi tasks because broken CI is driving me crazy
alberthli f0d148c
typo
alberthli da6b983
remove docker obk aliases
alberthli a4d4e68
add ability to source ros to Dockerfile
alberthli b454c8b
fixed pyzed not being installed on fresh .pixi folder
alberthli 44f0413
minor case fixed in pyzed install
alberthli 920a279
new ruff + pytest = updated pixi.lock
alberthli 4c59140
fix borking of pixi shell due to activation script in zed environment
alberthli a0915d2
fix local install without pixi by granting 755 to /usr/local/lib/pyth…
alberthli f069e50
add python-is-python3 because it's awesome and useful
alberthli 837362c
add instructions on restarting the udev rules to README
alberthli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
obelisk_ws/src/cpp/obelisk_leap_control_cpp/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
obelisk_ws/src/cpp/obelisk_leap_control_cpp/src/obelisk_leap_controller.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It might be worth clarifying that if the user wants to use Obelisk in a custom docker container (i.e. not the one we provide) then they will want to clone this inside the docker container and run the command that modify the "system level deps", because all of the conditional building is really for the dev container and presumably the user won't want to dev their robot stack in the Obelisk dev container.
On the flip side maybe this is an overreach of the docs, but I think it might make the intended use clearer.
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.
Made a halfway attempt at commenting on this - if we need further clarity, let's resolve in a future PR