File tree Expand file tree Collapse file tree
turtlebot3_manipulation_gazebo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 with :
5050 required-ros-distributions : ${{ matrix.ros_distribution }}
5151
52+ - name : Check and Install ROS dependencies
53+ shell : bash
54+ run : |
55+ set -e
56+ source /opt/ros/${{ matrix.ros_distribution }}/setup.bash
57+ echo "--- Updating rosdep definitions ---"
58+ rosdep update
59+ echo "--- Installing system dependencies for ROS 2 ${{ matrix.ros_distribution }} ---"
60+ rosdep install --from-paths ros_ws/src --ignore-src -y -r --rosdistro ${{ matrix.ros_distribution }}
61+ echo "--- Performing rosdep check for ROS 2 ${{ matrix.ros_distribution }} ---"
62+ if rosdep check --from-paths ros_ws/src --ignore-src --rosdistro ${{ matrix.ros_distribution }}; then
63+ echo "--- rosdep check passed ---"
64+ else
65+ echo "--- rosdep check failed: Missing system dependencies or unresolvable keys. ---"
66+ exit 1
67+ fi
68+
5269 - name : Build and Test
5370 uses : ros-tooling/action-ros-ci@v0.3
5471 with :
5774 package-name : |
5875 turtlebot3_fake_node
5976 turtlebot3_gazebo
77+ turtlebot3_manipulation_gazebo
6078 turtlebot3_simulations
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_fake
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 2.3.6 (2025-06-19)
6+ ------------------
7+ * None
8+
592.3.4 (2025-05-28)
610------------------
711* None
@@ -10,7 +14,7 @@ Changelog for package turtlebot3_fake
1014------------------
1115* None
1216
13- 2.2.6 (2202 -05-26)
17+ 2.2.6 (2022 -05-26)
1418------------------
1519* ROS 2 Humble Hawksbill supported
1620* Contributors: Will Son
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >turtlebot3_fake_node</name >
5- <version >2.3.4 </version >
5+ <version >2.3.6 </version >
66 <description >
77 Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot.
88 You can do simple tests using this package on rviz without real robots.
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_gazebo
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 2.3.6 (2025-06-19)
6+ ------------------
7+ * None
8+
592.3.4 (2025-05-28)
610------------------
711* None
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >turtlebot3_gazebo</name >
5- <version >2.3.4 </version >
5+ <version >2.3.6 </version >
66 <description >
77 Gazebo simulation package for the TurtleBot3
88 </description >
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_manipulation_gazebo
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 2.3.6 (2025-06-19)
6+ ------------------
7+ * None
8+
592.3.4 (2025-05-28)
610------------------
711* Moved the TurtleBot3 Manipulation Gazebo simulation from the turtlebot3_manipulation_bringup package
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >turtlebot3_manipulation_gazebo</name >
5- <version >2.3.4 </version >
5+ <version >2.3.6 </version >
66 <description >
77 Gazebo simulation package for the TurtleBot3 manipulation
88 </description >
Original file line number Diff line number Diff line change 22Changelog for package turtlebot3_simulations
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ 2.3.6 (2025-06-19)
6+ ------------------
7+ * Included the TurtleBot3 Manipulation Gazebo simulation package in the metapackage's package.xml and updated the CI configuration accordingly
8+ * Contributors: Hyungyu Kim
9+
5102.3.4 (2025-05-28)
611------------------
712* Moved the TurtleBot3 Manipulation Gazebo simulation from the turtlebot3_manipulation_bringup package
@@ -15,7 +20,7 @@ Changelog for package turtlebot3_simulations
1520* Updated robot mesh in Gazebo and RViz
1621* Contributors: Hyungyu Kim
1722
18- 2.2.6 (2202 -05-26)
23+ 2.2.6 (2022 -05-26)
1924------------------
2025* ROS 2 Humble Hawksbill supported
2126* Contributors: Will Son
Original file line number Diff line number Diff line change 22<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
33<package format =" 3" >
44 <name >turtlebot3_simulations</name >
5- <version >2.3.4 </version >
5+ <version >2.3.6 </version >
66 <description >
77 ROS 2 packages for TurtleBot3 simulations
88 </description >
1818 <buildtool_depend >ament_cmake</buildtool_depend >
1919 <exec_depend >turtlebot3_fake_node</exec_depend >
2020 <exec_depend >turtlebot3_gazebo</exec_depend >
21+ <exec_depend >turtlebot3_manipulation_gazebo</exec_depend >
2122 <export >
2223 <build_type >ament_cmake</build_type >
2324 </export >
You can’t perform that action at this time.
0 commit comments