File tree Expand file tree Collapse file tree 18 files changed +130
-49
lines changed
turtlebot3_manipulation_bringup
turtlebot3_manipulation_cartographer
turtlebot3_manipulation_description
turtlebot3_manipulation_hardware
turtlebot3_manipulation_moveit_config
turtlebot3_manipulation_navigation2
turtlebot3_manipulation_teleop Expand file tree Collapse file tree 18 files changed +130
-49
lines changed Original file line number Diff line number Diff line change
1
+ name : humble-devel
2
+
3
+ # Controls when the action will run. Triggers the workflow on push or pull request
4
+ on :
5
+ push :
6
+ branches : [ humble-devel ]
7
+ pull_request :
8
+ branches : [ humble-devel ]
9
+
10
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
+ jobs :
12
+ ros2-ci :
13
+ runs-on : ubuntu-latest
14
+ strategy :
15
+ fail-fast : false
16
+ matrix :
17
+ ros_distribution :
18
+ # - foxy
19
+ # - galactic
20
+ - humble
21
+ # - rolling
22
+ include :
23
+ # # Foxy Fitzroy (June 2020 - May 2023)
24
+ # - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
25
+ # ros_distribution: foxy
26
+ # ros_version: 2
27
+ # # Galactic Geochelone (May 2021)
28
+ # - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
29
+ # ros_distribution: galactic
30
+ # ros_version: 2
31
+ # Humble Hawksbill (May 2027)
32
+ - docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
33
+ ros_distribution : humble
34
+ ros_version : 2
35
+ # # Rolling
36
+ # - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
37
+ # ros_distribution: rolling
38
+ # ros_version: 2
39
+ container :
40
+ image : ${{ matrix.docker_image }}
41
+ steps :
42
+ - name : Setup directories
43
+ run : mkdir -p ros_ws/src
44
+ - name : checkout
45
+ uses : actions/checkout@v2
46
+ with :
47
+ path : ros_ws/src
48
+ - name : Build and Test
49
+ uses : ros-tooling/action-ros-ci@0.2.6
50
+ with :
51
+ package-name : turtlebot3_manipulation
52
+ target-ros2-distro : ${{ matrix.ros_distribution }}
53
+ vcs-repo-file-url : " "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_manipulation
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
12
+
5
13
1.1.0 (2019-02-08)
6
14
------------------
7
15
* updated the CHANGELOG and version to release binary packages
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation</name >
5
- <version >2.0 .1</version >
5
+ <version >2.1 .1</version >
6
6
<description >
7
7
ROS 2 package for turtlebot3_manipulation
8
8
</description >
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_manipulation_bringup
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
12
+
5
13
1.1.0 (2019-02-08)
6
14
------------------
7
15
* updated to sync for new open_manipulator_package
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_bringup</name >
5
- <version >2.0 .1</version >
5
+ <version >2.1 .1</version >
6
6
<description >
7
7
ROS 2 package for turtlebot3_manipulation
8
8
</description >
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_manipulation_cartographer
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
- 2.1.4 (2022-02-08 )
5
+ 2.1.1 (2022-10-14 )
6
6
------------------
7
- * none
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_cartographer</name >
5
- <version >2.1.4 </version >
5
+ <version >2.1.1 </version >
6
6
<description >
7
7
ROS 2 launch scripts for cartographer
8
8
</description >
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_manipulation_description
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
12
+
5
13
1.1.0 (2019-02-08)
6
14
------------------
7
15
* added gazebo and moveit config
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_description</name >
5
- <version >2.0 .1</version >
5
+ <version >2.1 .1</version >
6
6
<description >
7
7
ROS 2 package for turtlebot3_manipulation_description
8
8
</description >
Original file line number Diff line number Diff line change
1
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2
+ Changelog for package turtlebot3_manipulation_hardware
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_hardware</name >
5
- <version >2.0 .1</version >
5
+ <version >2.1 .1</version >
6
6
<description >
7
7
ROS 2 package for turtlebot3_manipulation_hardware
8
8
</description >
Original file line number Diff line number Diff line change
1
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2
+ Changelog for package turtlebot3_manipulation_moveit_config
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_moveit_config</name >
5
- <version >0.3.0 </version >
5
+ <version >2.1.1 </version >
6
6
<description >
7
7
An automatically generated package with all the configuration and launch files for using the turtlebot3_manipulation with the MoveIt Motion Planning Framework
8
8
</description >
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_manipulation_navigation2
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
- 2.1.4 (2022-02-08 )
5
+ 2.1.1 (2022-10-14 )
6
6
------------------
7
- * none
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_navigation2</name >
5
- <version >2.1.4 </version >
5
+ <version >2.1.1 </version >
6
6
<description >
7
7
ROS 2 launch scripts for navigation2
8
8
</description >
Original file line number Diff line number Diff line change
1
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2
+ Changelog for package turtlebot3_manipulation_teleop
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+
5
+ 2.1.1 (2022-10-14)
6
+ ------------------
7
+ * Support ROS2 Humble
8
+ * MoveIt environment configured
9
+ * use ros2_control framework instead of ROBOTIS custom library
10
+ * removed dependency to `turtlebot3_*`` and `open_manipulator ` packages
11
+ * Contributors: Hye-Jong KIM, Darby Lim, Will Son
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_manipulation_teleop</name >
5
- <version >0.0.0 </version >
5
+ <version >2.1.1 </version >
6
6
<description >Ros2 Package of the turtlebot3_manipulation_teleop</description >
7
7
<maintainer email =" hjkim@robotis.com" >Hye-jong KIM</maintainer >
8
8
<license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments