-
Notifications
You must be signed in to change notification settings - Fork 56
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
Jazzy updates #229
Merged
Merged
Jazzy updates #229
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3bb35cd
Remove the COLCON_IGNORE, fix some namespace issues with the Create3 …
civerachb-cpr 39fb2d4
Initial bulk renaming ignition -> gz, ign -> gz
civerachb-cpr 4243451
Rename files & folders ignition -> gz
civerachb-cpr 134e3e1
Add python setup files
civerachb-cpr 5576839
Copypasta
civerachb-cpr aeb6b6e
Remove setup files (they're no longer necessary after all?), add amen…
civerachb-cpr b780095
Remove substitution deprecations
civerachb-cpr f0a03cc
Add IfCondition wrappers
civerachb-cpr 75888b6
Missing import
civerachb-cpr fc68eb6
Rename gazebo launch file
civerachb-cpr 3cc9e19
Update launch file
civerachb-cpr 9207bdc
Update the GUI config with fixed camera position, add 3d scene manager
civerachb-cpr c344de0
Enable the plugins, fix the path envars
civerachb-cpr bada055
Remove commented-out parameters
civerachb-cpr b1c8232
Initial migration from Twist to TwistStamped. Headers are not initali…
civerachb-cpr ac43b55
Override the backup safety for now; it seems to be clobbering the und…
civerachb-cpr f34e8b3
Update the gz_ros_bridge to use stamped messages for cmd_vel
civerachb-cpr 990a68b
Don't allow the dock/undock actions to be preempted
civerachb-cpr 13f4ee0
Add the InteractiveViewControl so we can move the camera around insid…
civerachb-cpr c01cddf
Reduce the width of wall 12 so the robot's default spawn location doe…
civerachb-cpr 1de4ba0
Add launch instructions to the readme
civerachb-cpr ccc4134
Add note about how to change initial pose
civerachb-cpr 46bd4bd
Fix logging for the buttons plugin
civerachb-cpr 7724184
Revert accidental change to changelog
civerachb-cpr ba07a50
Revert changes to CMakeLists
civerachb-cpr f7bdf15
Set the time in the stamped twist message headers
civerachb-cpr 46865fe
Revert get_default_velocity_cmd to have no parameters as it's used ex…
civerachb-cpr cbe7a8e
Revert additional changelog modifications
civerachb-cpr 4747b1b
Add dependency on gz_gui_vendor (provides gz-gui8)
civerachb-cpr edfc927
Add dependency on gz_math_vendor (provides gz-math7)
civerachb-cpr cc53fca
Update CI for Jazzy
civerachb-cpr 02be9b7
Make gz-gui8 required in cmake
civerachb-cpr 1b0ecf4
Update CI versions to latest
civerachb-cpr 447f8f6
Linter fixes
civerachb-cpr 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,17 @@ on: | |
jobs: | ||
build_and_test: | ||
name: build_and_test | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Set Ignition Version | ||
run: | | ||
echo "IGNITION_VERSION=edifice" >> $GITHUB_ENV | ||
echo "GZ_VERSION=harmonic" >> $GITHUB_ENV | ||
- uses: actions/[email protected] | ||
- uses: ros-tooling/[email protected].1 | ||
- uses: ros-tooling/[email protected].8 | ||
with: | ||
required-ros-distributions: humble | ||
- uses: ros-tooling/[email protected].5 | ||
required-ros-distributions: jazzy | ||
- uses: ros-tooling/[email protected].14 | ||
id: action_ros_ci_step | ||
with: | ||
target-ros2-distro: humble | ||
target-ros2-distro: jazzy | ||
import-token: ${{ secrets.REPO_TOKEN }} |
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
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
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.
we should keep both subscriptions
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.
For Jazzy I'm not sure theTwist
subscription is still necessary. ROS Control dropped support for unstamped messages in Jazzy. I can add it back if you really want, but what are you expecting will be using the unstamped version?I've added
cmd_vel_unstamped
as a new subscription. I'm still not thoroughly convinced it's necessary for Jazzy, but including it won't be harmful.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.
Users could have developed their own controller applications and may still be using the old data type
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.
That's fair. Though in the context of Jazzy I'd argue the correct solution is to require the custom controllers/applications to be updated to the new standard, rather than continuing to support the old one.
Regardless, I've added the second subscription and it appears to be working correctly.