Skip to content

Commit

Permalink
Bump versions of robotic gems and templates (#831)
Browse files Browse the repository at this point in the history
* Fix fixed joint in ROSbot's cover_link
* Bump gems versions
* Update repo.json

Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
  • Loading branch information
jhanca-robotecai committed Feb 21, 2025
1 parent b34197f commit d1df536
Show file tree
Hide file tree
Showing 7 changed files with 1,927 additions and 255 deletions.
6 changes: 3 additions & 3 deletions Gems/ROS2/gem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"gem_name": "ROS2",
"version": "3.2.2",
"version": "3.2.3",
"platforms": [
"Linux"
],
Expand All @@ -23,7 +23,7 @@
"o3de>=2.3.0"
],
"icon_path": "preview.png",
"requirements": "Requires ROS 2 installation (supported distributions: Humble). Source your workspace before building the Gem",
"requirements": "Requires ROS 2 installation (supported distributions: Humble, Jazzy). Source your workspace before building the Gem",
"documentation_url": "https://docs.o3de.org/docs/user-guide/gems/reference/robotics/ros2/",
"dependencies": [
"Atom_RPI",
Expand All @@ -36,5 +36,5 @@
],
"restricted": "ROS2",
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.2.2-gem.zip"
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.2.3-gem.zip"
}
2 changes: 1 addition & 1 deletion Gems/RosRobotSample/Assets/ROSbot.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
"$type": "EditorFixedJointComponent",
"Id": 9934662879286617893,
"Configuration": {
"Parent Entity": "",
"Parent Entity": "Entity_[7507839849146]",
"Child Entity": "Entity_[7499249914554]"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Gems/RosRobotSample/gem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"gem_name": "RosRobotSample",
"version": "2.0.1",
"version": "2.0.2",
"display_name": "ROS Robot Sample",
"license": "Apache-2.0 or MIT",
"license_url": "https://opensource.org/licenses/Apache-2.0",
Expand Down Expand Up @@ -29,5 +29,5 @@
],
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"restricted": "",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/rosrobotsample-2.0.1-gem.zip"
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/rosrobotsample-2.0.2-gem.zip"
}
4 changes: 2 additions & 2 deletions Templates/Ros2FleetRobotTemplate/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template_name": "Ros2FleetRobotTemplate",
"version": "2.0.2",
"version": "2.0.3",
"origin": "Open 3D Engine Extras",
"origin_url": "https://github.com/o3de/o3de-extras",
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
Expand Down Expand Up @@ -493,5 +493,5 @@
"dir": "Examples/ros2_ws/src/o3de_fleet_nav/test"
}
],
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2fleetrobottemplate-2.0.2-template.zip"
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2fleetrobottemplate-2.0.3-template.zip"
}
4 changes: 2 additions & 2 deletions Templates/Ros2ProjectTemplate/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template_name": "Ros2ProjectTemplate",
"version": "2.0.2",
"version": "2.0.3",
"origin": "Open 3D Engine Extras",
"origin_url": "https://github.com/o3de/o3de-extras",
"license": "https://github.com/o3de/o3de-extras/tree/development/Templates/Ros2ProjectTemplate/Template/LICENSE.txt",
Expand Down Expand Up @@ -557,5 +557,5 @@
}
],
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2projecttemplate-2.0.2-template.zip"
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2projecttemplate-2.0.3-template.zip"
}
4 changes: 2 additions & 2 deletions Templates/Ros2RoboticManipulationTemplate/template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template_name": "Ros2RoboticManipulationTemplate",
"version": "2.0.1",
"version": "2.0.2",
"origin": "https://github.com/o3de/o3de-extras",
"license": "https://github.com/o3de/o3de-extras/tree/development/Templates/Ros2RoboticManipulationTemplate/Template/LICENSE.txt",
"display_name": "ROS2 Robotic Manipulation",
Expand Down Expand Up @@ -834,5 +834,5 @@
}
],
"repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2roboticmanipulationtemplate-2.0.1-template.zip"
"download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2roboticmanipulationtemplate-2.0.2-template.zip"
}
Loading

0 comments on commit d1df536

Please sign in to comment.