-
Notifications
You must be signed in to change notification settings - Fork 4
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
Simple ZED to Husky Pipeline #27
Open
YuZhong-Chen
wants to merge
14
commits into
j3soon:main
Choose a base branch
from
YuZhong-Chen:zed_to_husky_ws
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.
Open
Conversation
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
Using the create_workspace.sh script.
Since we're utilizing the Dockerfile and src from husky_ws and zed_ws, we can safely remove the template.
To ensure code maintenance ease, refrain from altering the code in husky_ws here. You may update husky_ws to the latest version independently. However, if you intend to simulate in Gazebo, you'll need to reintegrate the ZED URDF. Please refer to the commits made after this one.
To ensure code maintenance ease, refrain from altering the code in zed_ws here. You may update zed_ws to the latest version independently. Consider that this commit could potentially be replaced by utilizing git submodules.
Using the create_workspace.sh script.
Commented out the ROS_LOCALHOST_ONLY environment variable, and mount the shared memory.
Replace "realsense" with "zed". The remaining part remains the same.
The final "cmd_vel" is published by the twist_mux. Remapping the topic in the launch file is the easiest way to implement this.
Implement a P controller to adjust the Husky's speed based on the depth. The previous mode is still functional, and you can switch between modes within the main.py file. Reference: https://www.stereolabs.com/docs/ros2/depth-sensing
j3soon
force-pushed
the
main
branch
2 times, most recently
from
October 23, 2024 19:17
a8b1110
to
dbd12e4
Compare
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.
Closes: #26