Skip to content

Commit 1a433ae

Browse files
committed
Update Changelogs
Signed-off-by: Alexander Moriarty <[email protected]>
1 parent 365bb9e commit 1a433ae

File tree

6 files changed

+51
-0
lines changed

6 files changed

+51
-0
lines changed

kortex_api/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package kortex_api
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Change kortex_api header and library install locations (`#156 <https://github.com/PickNikRobotics/ros2_kortex/issues/156>`_)
8+
This commit does several two main things:
9+
1) kortex_api now only installs the header files and they now do not pollute include
10+
2) kortex_driver gets the binary libKortexApiCpp.a itself
11+
kortex_driver gets the headers from kortex_api this avoids protobuf errors because
12+
those header files and the libKortexApiCpp.a were generated using non-system protobuf
13+
kortex_api cannot install the libKortexApiCpp.a because CMake does not allow installing library which was IMPORTED
14+
This should fix the debian packages which are currently released
15+
* Contributors: Alex Moriarty
16+
517
0.2.0 (2023-07-17)
618
------------------
719
* Initial Public ROS 2 Release of kortex_api

kortex_bringup/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package kortex_bringup
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix missing dependencies (`#152 <https://github.com/PickNikRobotics/ros2_kortex/issues/152>`_)
8+
This fixes missing dependencies which were available from source build
9+
but were missing from released binary
10+
* Contributors: Alex Moriarty
11+
512
0.2.0 (2023-07-17)
613
------------------
714
* Initial Public ROS 2 release of kortex_bringup

kortex_description/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package kortex_description
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix missing dependencies (`#152 <https://github.com/PickNikRobotics/ros2_kortex/issues/152>`_)
8+
This fixes missing dependencies which were available from source build
9+
but were missing from released binary
10+
* Contributors: Alex Moriarty
11+
512
0.2.0 (2023-07-17)
613
------------------
714
* Initial Public ROS 2 release of kortex_description

kortex_driver/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package kortex_driver
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Change kortex_api header and library install locations (`#156 <https://github.com/PickNikRobotics/ros2_kortex/issues/156>`_)
8+
This commit does several two main things:
9+
1) kortex_api now only installs the header files and they now do not pollute include
10+
2) kortex_driver gets the binary libKortexApiCpp.a itself
11+
kortex_driver gets the headers from kortex_api this avoids protobuf errors because
12+
those header files and the libKortexApiCpp.a were generated using non-system protobuf
13+
kortex_api cannot install the libKortexApiCpp.a because CMake does not allow installing library which was IMPORTED
14+
This should fix the debian packages which are currently released
15+
* fix missing dependencies (`#152 <https://github.com/PickNikRobotics/ros2_kortex/issues/152>`_)
16+
This fixes missing dependencies which were available from source build
17+
but were missing from released binary
18+
* Contributors: Alex Moriarty
19+
520
0.2.0 (2023-07-17)
621
------------------
722
* Initial Public ROS 2 release of kortex_driver

kortex_moveit_config/kinova_gen3_6dof_robotiq_2f_85_moveit_config/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package kinova_gen3_6dof_robotiq_2f_85_moveit_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
0.2.0 (2023-07-17)
69
------------------
710
* Initial Public ROS 2 release of kinova_gen3_6dof_robotiq_2f_85_moveit_config

kortex_moveit_config/kinova_gen3_7dof_robotiq_2f_85_moveit_config/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package kinova_gen3_7dof_robotiq_2f_85_moveit_config
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* remove stomp for Humble from ros packages (`#153 <https://github.com/PickNikRobotics/ros2_kortex/issues/153>`_)
8+
- STOMP is available if you build and use MoveIt from src but not
9+
if you have MoveIt installed from the ros distro
10+
* Contributors: Alex Moriarty
11+
512
0.2.0 (2023-07-17)
613
------------------
714
* Initial Public ROS 2 release of kinova_gen3_7dof_robotiq_2f_85_moveit_config

0 commit comments

Comments
 (0)