File tree Expand file tree Collapse file tree 6 files changed +51
-0
lines changed
kinova_gen3_6dof_robotiq_2f_85_moveit_config
kinova_gen3_7dof_robotiq_2f_85_moveit_config Expand file tree Collapse file tree 6 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package kortex_api
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
17
0.2.0 (2023-07-17)
6
18
------------------
7
19
* Initial Public ROS 2 Release of kortex_api
Original file line number Diff line number Diff line change 2
2
Changelog for package kortex_bringup
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
0.2.0 (2023-07-17)
6
13
------------------
7
14
* Initial Public ROS 2 release of kortex_bringup
Original file line number Diff line number Diff line change 2
2
Changelog for package kortex_description
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
0.2.0 (2023-07-17)
6
13
------------------
7
14
* Initial Public ROS 2 release of kortex_description
Original file line number Diff line number Diff line change 2
2
Changelog for package kortex_driver
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
20
0.2.0 (2023-07-17)
6
21
------------------
7
22
* Initial Public ROS 2 release of kortex_driver
Original file line number Diff line number Diff line change 2
2
Changelog for package kinova_gen3_6dof_robotiq_2f_85_moveit_config
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+
5
8
0.2.0 (2023-07-17)
6
9
------------------
7
10
* Initial Public ROS 2 release of kinova_gen3_6dof_robotiq_2f_85_moveit_config
Original file line number Diff line number Diff line change 2
2
Changelog for package kinova_gen3_7dof_robotiq_2f_85_moveit_config
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
12
0.2.0 (2023-07-17)
6
13
------------------
7
14
* Initial Public ROS 2 release of kinova_gen3_7dof_robotiq_2f_85_moveit_config
You can’t perform that action at this time.
0 commit comments