-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] Object Map #60
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
Draft
avyan-k
wants to merge
93
commits into
main
Choose a base branch
from
dev/object_map
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP] Object Map #60
Conversation
This file contains hidden or 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
* Add: Composed CUDA Dockerfile without custom dependencies * Fixed compiling packages from source, proper mounting of ros2_ws and ZED_Explorer, will explain fix in more detail in PR * Delete Docker/jetson/Dockerfileold * Update docker-compose.yml * Update README.md * Update README.md * Added XSENS imu drivers along with mavros dependency WORK YAYAYYAYAYAY * Cleaned the dockerfile by removing useless commands and fusing colcon builds of dependencies, changed the README to update build command * Added the zed ros2 wrapper and Movella IMU drivers to repo * Add: CI pipeline for Docker images * Fix: Correct submodule path and dot file, Mod: workflow name for CI pipelines --------- Co-authored-by: rain1618 <[email protected]> Co-authored-by: Rain1618 <[email protected]> Co-authored-by: Alb33rt <[email protected]>
…witching inside the container
… pip to not timeout
…kerfile, will do back home cause stm strike haha
… and ultralytics, torch, torchvision fixed
…ped by the docker compose mount of the jetsons local AUV-2026 directory. also cleaned up some dependency installs
…nloading them in the notebook to better control and fix the errors outputted by some installs
…orkers needs to be tested on nano.
…orkers needs to be tested on nano.
…orkers needs to be tested on nano.
…UV-2027 into dev/YOLO_model_fitting
…D_SDK, fallback to be added
…mplement cam pose publishing (object map publishing is no-op for now)
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves #31 and #46. Uses YOLO model from #[
YOLO_model_fittingPR].Main Changes
zed_detection.hppthat collects all ZED SDK logic. This makes it easy to refactor out the ZED SDK if we decide to use the wrapper insteadHAS_ZED_SDK) to make the inclusion of the ZED SDK is optional. This should allow building of the vision package to work on machines without nvidia packagesobject.hppthat definesDetectedObject, essentially a wrapper to theVisionObjectfrom noetic base + humble base w ros1_bridge and custom_msgs #30 but withenum ObjectClassto avoid using string literalsvisionpackage to support both C++ and Python nodesTests (to be) Done
Minor Changes
VisionObject.msgdefinition to include anidfield for improved object identification.