Skip to content

Commit 706da55

Browse files
committed
0.2.0
1 parent 5516690 commit 706da55

File tree

12 files changed

+46
-46
lines changed

12 files changed

+46
-46
lines changed

kortex_api/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2023-07-17)
6+
------------------
77
* Initial Public ROS 2 Release of kortex_api
88
* [kortex_api] use CMake FetchContent to get API (`#112 <https://github.com/PickNikRobotics/ros2_kortex/issues/112>`_)
99
* Currently only Linux x86_64 is supported

kortex_api/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>kortex_api</name>
4-
<version>0.1.0</version>
4+
<version>0.2.0</version>
55
<description>kortex_api</description>
66

77
<maintainer email="[email protected]">Marq Rasmussen</maintainer>

kortex_bringup/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2023-07-17)
6+
------------------
77
* Initial Public ROS 2 release of kortex_bringup
88
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
99
* Fix License -> BSD and update maintainers (`#146 <https://github.com/PickNikRobotics/ros2_kortex/issues/146>`_)

kortex_bringup/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>kortex_bringup</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>Launch file and run-time configurations, e.g. controllers.</description>
77

88
<author>Marq Rasmussen</author>

kortex_description/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2023-07-17)
6+
------------------
77
* Initial Public ROS 2 release of kortex_description
88
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
99
* rename kortex2 -> kortex (`#144 <https://github.com/PickNikRobotics/ros2_kortex/issues/144>`_)

kortex_description/package.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<?xml version="1.0"?>
2-
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3-
<package format="3">
4-
<name>kortex_description</name>
5-
<version>0.1.0</version>
6-
<description>
7-
<p>URDF and xacro description package for Kortex robots</p>
8-
<p>This package contains configuration data, 3D models and launch files
9-
for Kortex arms and supported grippers</p>
10-
</description>
11-
<author email="[email protected]">Alexandre Vannobel</author>
12-
<maintainer email="[email protected]" />
13-
<maintainer email="[email protected]">Marq Rasmussen</maintainer>
14-
<license>BSD</license>
15-
16-
<buildtool_depend>ament_cmake</buildtool_depend>
17-
18-
<exec_depend>joint_state_publisher_gui</exec_depend>
19-
<exec_depend>joint_state_publisher</exec_depend>
20-
<exec_depend>robot_state_publisher</exec_depend>
21-
<exec_depend>robotiq_description</exec_depend>
22-
<exec_depend>picknik_reset_fault_controller</exec_depend>
23-
<exec_depend>picknik_twist_controller</exec_depend>
24-
<exec_depend>rviz2</exec_depend>
25-
26-
<export>
27-
<build_type>ament_cmake</build_type>
28-
</export>
29-
</package>
1+
<?xml version="1.0"?>
2+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3+
<package format="3">
4+
<name>kortex_description</name>
5+
<version>0.2.0</version>
6+
<description>
7+
<p>URDF and xacro description package for Kortex robots</p>
8+
<p>This package contains configuration data, 3D models and launch files
9+
for Kortex arms and supported grippers</p>
10+
</description>
11+
<author email="[email protected]">Alexandre Vannobel</author>
12+
<maintainer email="[email protected]" />
13+
<maintainer email="[email protected]">Marq Rasmussen</maintainer>
14+
<license>BSD</license>
15+
16+
<buildtool_depend>ament_cmake</buildtool_depend>
17+
18+
<exec_depend>joint_state_publisher_gui</exec_depend>
19+
<exec_depend>joint_state_publisher</exec_depend>
20+
<exec_depend>robot_state_publisher</exec_depend>
21+
<exec_depend>robotiq_description</exec_depend>
22+
<exec_depend>picknik_reset_fault_controller</exec_depend>
23+
<exec_depend>picknik_twist_controller</exec_depend>
24+
<exec_depend>rviz2</exec_depend>
25+
26+
<export>
27+
<build_type>ament_cmake</build_type>
28+
</export>
29+
</package>

kortex_driver/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2023-07-17)
6+
------------------
77
* Initial Public ROS 2 release of kortex_driver
88
* cxx: fixup compiler warnings (`#148 <https://github.com/PickNikRobotics/ros2_kortex/issues/148>`_)
99
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)

kortex_driver/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>kortex_driver</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>ROS2 driver package for the Kinova Robot Hardware.</description>
77
<maintainer email="[email protected]">Alex Moriarty</maintainer>
88
<maintainer email="[email protected]">Felix Maisonneuve</maintainer>

kortex_moveit_config/kinova_gen3_6dof_robotiq_2f_85_moveit_config/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.2.0 (2023-07-17)
6+
------------------
77
* Initial Public ROS 2 release of kinova_gen3_6dof_robotiq_2f_85_moveit_config
88
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
99
* Fault and Twist controller from new repo (`#143 <https://github.com/PickNikRobotics/ros2_kortex/issues/143>`_)

kortex_moveit_config/kinova_gen3_6dof_robotiq_2f_85_moveit_config/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>kinova_gen3_6dof_robotiq_2f_85_moveit_config</name>
5-
<version>0.1.0</version>
5+
<version>0.2.0</version>
66
<description>
77
An automatically generated package with all the configuration and launch files for using the gen3 with the MoveIt Motion Planning Framework
88
</description>

0 commit comments

Comments
 (0)