-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove the COLCON_IGNORE, fix some namespace issues with the Create3 plugin * Initial bulk renaming ignition -> gz, ign -> gz * Rename files & folders ignition -> gz * Add python setup files * Copypasta * Remove setup files (they're no longer necessary after all?), add ament_cmake_python dependency * Remove substitution deprecations * Add IfCondition wrappers * Missing import * Rename gazebo launch file * Update launch file * Update the GUI config with fixed camera position, add 3d scene manager * Enable the plugins, fix the path envars * Remove commented-out parameters * Initial migration from Twist to TwistStamped. Headers are not initalized; just the message type is changed so far * Override the backup safety for now; it seems to be clobbering the undock behaviour * Update the gz_ros_bridge to use stamped messages for cmd_vel * Don't allow the dock/undock actions to be preempted * Add the InteractiveViewControl so we can move the camera around inside Gazebo * Reduce the width of wall 12 so the robot's default spawn location doesn't clip into the wall * Add launch instructions to the readme * Add note about how to change initial pose * Fix logging for the buttons plugin * Revert accidental change to changelog * Revert changes to CMakeLists * Set the time in the stamped twist message headers * Revert get_default_velocity_cmd to have no parameters as it's used externally, set the stamp outside that function (since we may create the command, do some math, and then publish it later). Add an unstamped velocity command input * Revert additional changelog modifications * Add dependency on gz_gui_vendor (provides gz-gui8) * Add dependency on gz_math_vendor (provides gz-math7) * Update CI for Jazzy * Make gz-gui8 required in cmake * Update CI versions to latest * Linter fixes
- Loading branch information
1 parent
4c1b57f
commit 71cda80
Showing
76 changed files
with
420 additions
and
335 deletions.
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.