File tree 5 files changed +11
-3
lines changed
5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package rt_manipulators_examples
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 1.1.0 (2024-08-09)
6
+ ------------------
7
+ * ROS 2 Jazzyに対応 (#34 <https://github.com/rt-net/rt_manipulators_cpp/pull/34>`_)
8
+
5
9
1.0.0 (2022-06-13)
6
10
------------------
7
11
* ROS 2に対応 (`#28 <https://github.com/rt-net/rt_manipulators_cpp/issues/28 >`_)
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 >rt_manipulators_examples</name >
5
- <version >1.0 .0</version >
5
+ <version >1.1 .0</version >
6
6
<description >Examples for RT Manipulators C++ Library</description >
7
7
<
maintainer email =
" [email protected] " >RT Corporation</
maintainer >
8
8
<license >Apache License 2.0</license >
Original file line number Diff line number Diff line change 2
2
Changelog for package rt_manipulators_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 1.1.0 (2024-08-09)
6
+ ------------------
7
+ * ROS 2 Jazzyに対応 (#34 <https://github.com/rt-net/rt_manipulators_cpp/pull/34>`_)
8
+
5
9
1.0.0 (2022-06-13)
6
10
------------------
7
11
* ROS 2に対応 (`#28 <https://github.com/rt-net/rt_manipulators_cpp/issues/28 >`_)
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10)
2
2
3
3
# set the project name and version
4
- project (rt_manipulators_cpp VERSION 1.0)
4
+ project (rt_manipulators_cpp VERSION 1.1. 0)
5
5
6
6
# specify the C++ standard
7
7
set (CMAKE_CXX_STANDARD 17)
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 >rt_manipulators_cpp</name >
5
- <version >1.0 .0</version >
5
+ <version >1.1 .0</version >
6
6
<description >RT Manipulators C++ Library</description >
7
7
<
maintainer email =
" [email protected] " >RT Corporation</
maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments