Skip to content

Commit c0d39f8

Browse files
committed
Initial CHANGELOG.rst commit
Signed-off-by: Alexander Moriarty <[email protected]>
1 parent e55fe52 commit c0d39f8

File tree

6 files changed

+240
-0
lines changed

6 files changed

+240
-0
lines changed

kortex_api/CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kortex_api
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 Release of kortex_api
8+
* [kortex_api] use CMake FetchContent to get API (`#112 <https://github.com/PickNikRobotics/ros2_kortex/issues/112>`_)
9+
* Currently only Linux x86_64 is supported
10+
* Contributors: Alex Moriarty
11+
12+
0.1.0 (2021-09-12)
13+
------------------
14+
* Merged in pr-fix_precommit (pull request `#8 <https://github.com/PickNikRobotics/ros2_kortex/issues/8>`_)
15+
clang and pre-commit fixes
16+
Approved-by: Andy Zelenak
17+
* clang and pre-commit fixes
18+
* Merged in pr-ci_setup (pull request `#3 <https://github.com/PickNikRobotics/ros2_kortex/issues/3>`_)
19+
Add CI and pre-commit and apply relevant formatting fixes
20+
* Add CI, pre commit and clang-format
21+
* pre-commit fixes
22+
* Add pre-commit docs
23+
Approved-by: Andy Zelenak
24+
* Add ros2_control hardware interface
25+
Approved-by: Andy Zelenak
26+
* Merged in pr-ros_control (pull request `#2 <https://github.com/PickNikRobotics/ros2_kortex/issues/2>`_)
27+
* add ros2_control hardware interface
28+
Approved-by: Andy Zelenak
29+
* port robot_description to ros2
30+
* Contributors: Marq Rasmussen, Vatan Aksoy Tezer, marqrazz

kortex_bringup/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kortex_bringup
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 release of kortex_bringup
8+
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
9+
* Fix License -> BSD and update maintainers (`#146 <https://github.com/PickNikRobotics/ros2_kortex/issues/146>`_)
10+
* Contributors: Alex Moriarty, Anthony Baker
11+
12+
0.1.0 (2021-09-12)
13+
------------------

kortex_description/CHANGELOG.rst

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kortex_description
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 release of kortex_description
8+
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
9+
* rename kortex2 -> kortex (`#144 <https://github.com/PickNikRobotics/ros2_kortex/issues/144>`_)
10+
* Fault and Twist controller from new repo (`#143 <https://github.com/PickNikRobotics/ros2_kortex/issues/143>`_)
11+
* Add camera to 7dof gen3 ignition sim (`#141 <https://github.com/PickNikRobotics/ros2_kortex/issues/141>`_)
12+
* Remove circular dependency between Description and bringup package (`#123 <https://github.com/PickNikRobotics/ros2_kortex/issues/123>`_)
13+
* Add moveit config for 6dof gen 3 (`#109 <https://github.com/PickNikRobotics/ros2_kortex/issues/109>`_)
14+
* Add MoveIt Config for 7dof arm with robotiq_2f_85 gripper (`#107 <https://github.com/PickNikRobotics/ros2_kortex/issues/107>`_)
15+
* Convert package to use robotiq_description and update xacros (`#95 <https://github.com/PickNikRobotics/ros2_kortex/issues/95>`_)
16+
* add sim_isaac arg to gen3.xacro
17+
* Update gen3 URDF mesh path (`#79 <https://github.com/PickNikRobotics/ros2_kortex/issues/79>`_)
18+
* Support Gen3 lite Hardware (`#73 <https://github.com/PickNikRobotics/ros2_kortex/issues/73>`_)
19+
* Improve Protective Stop Reset and General Driver Robusteness (`#75 <https://github.com/PickNikRobotics/ros2_kortex/issues/75>`_)
20+
* Add support for ros2_control of the kinova gen3 lite (`#72 <https://github.com/PickNikRobotics/ros2_kortex/issues/72>`_)
21+
* Revert joint2 limit to factory values (`#70 <https://github.com/PickNikRobotics/ros2_kortex/issues/70>`_)
22+
* Kortex fixes for simulations (`#64 <https://github.com/PickNikRobotics/ros2_kortex/issues/64>`_)
23+
* Gripper controller adaptation (`#66 <https://github.com/PickNikRobotics/ros2_kortex/issues/66>`_)
24+
* Remove ros1 files (`#62 <https://github.com/PickNikRobotics/ros2_kortex/issues/62>`_)
25+
* Add conditional finger joint import. (`#57 <https://github.com/PickNikRobotics/ros2_kortex/issues/57>`_)
26+
* Add default params for easier use in simulation. (`#56 <https://github.com/PickNikRobotics/ros2_kortex/issues/56>`_)
27+
* Changes after debugging on real hardware (`#51 <https://github.com/PickNikRobotics/ros2_kortex/issues/51>`_)
28+
* Additional parametrization (`#47 <https://github.com/PickNikRobotics/ros2_kortex/issues/47>`_)
29+
* Use gripper through internal bus extension (`#38 <https://github.com/PickNikRobotics/ros2_kortex/issues/38>`_)
30+
* Contributors: Alex Moriarty, Anthony Baker, Denis Štogl, Marq Rasmussen, livanov93
31+
32+
0.1.0 (2021-09-12)
33+
------------------
34+
* Limited shoulder to keep elbow up (`#22 <https://github.com/PickNikRobotics/ros2_kortex/issues/22>`_)
35+
* limited shoulder from +-2.41 to +-1.3
36+
* increase range to +-1.4 rad
37+
* Updated the gripper range to 1 - 99 (`#18 <https://github.com/PickNikRobotics/ros2_kortex/issues/18>`_)
38+
* Updated the gripper range to 1 - 99
39+
* Fixed the gripper bug where it never successed
40+
* Added some better prunt statements
41+
* Added a gitignore to this project
42+
* Added an action server for the gripper (`#14 <https://github.com/PickNikRobotics/ros2_kortex/issues/14>`_)
43+
* Fixed a error with an arg
44+
* Updated the name of open / close gripper group to be the same as the Ur5
45+
* Added hand_controller to movit controllers.yaml
46+
* Added a gripper driver for the 85 gripper
47+
* cleanup some code
48+
* Have the gripper opening
49+
* Updated the srdf so that open / close are the correct value
50+
* Updated the config so that it's range is 0 - 100
51+
* Working gripper action server
52+
* Working gripper action server
53+
* Removed an unused comment
54+
* Updated the copy write
55+
* linting
56+
* linting
57+
* removed un-used testing files
58+
* swapped the open / close the other way around
59+
* Add gripper to hw_interface (`#5 <https://github.com/PickNikRobotics/ros2_kortex/issues/5>`_)
60+
* add robotiq driver
61+
* Fix hand controller
62+
* remove hand_controller from gen3_move_it_config
63+
* Combined launch file for kortex\_(moveit/control)
64+
* Fix joint value for left_inner_finger_joint
65+
* Run pre-commit
66+
* Revert "Merge pull request `#1 <https://github.com/PickNikRobotics/ros2_kortex/issues/1>`_ from PickNikRobotics/pr-robotiq_driver"
67+
This reverts commit 77d7e71b6cc7eea06eccff2cbcf3862cfbd5f2df, reversing
68+
changes made to 5ed5a8d1dde4ffadd0132043c894c1832153da47.
69+
* Send gripper commands, too
70+
* Launch the gripper controller
71+
Initialize gripper to position mode
72+
Copy gripper command from their action server
73+
* MoveIt does not manage gripper controller since it's not an action server anymore
74+
* Cannot check for 3 interfaces when gripper joints are included
75+
* Add missing deps
76+
Add more deps
77+
Add even more deps
78+
Restore default Kinova IP address
79+
Initialize info\_
80+
* Move session initialization
81+
* Hard-code robot ip
82+
Comment the gripper write(), for now
83+
Fix gripper xacro
84+
Comment the writing of joint values
85+
Debug statement
86+
To test gripper, take out of Servo mode
87+
* Do not write() anything whatsoever
88+
Copy example directly
89+
Set to BYPASS_SERVOING before gripper cmd
90+
Try low-level gripper command
91+
Initialize gripper position
92+
* Only include <ros2_control> xacro stuff once
93+
* Cleanup and better comments
94+
* working arm and gripper interface, changed ip back to ..0.10
95+
* file cleanup
96+
* fix format
97+
* add documentation, revert ros-control files for non-working configurations
98+
Co-authored-by: Marq <[email protected]>
99+
Co-authored-by: JafarAbdi <[email protected]>
100+
* Merged in andyz/fix_arg_parsing_again (pull request `#12 <https://github.com/PickNikRobotics/ros2_kortex/issues/12>`_)
101+
Fix arg parsing (again)
102+
Approved-by: brennand
103+
* Fix arg parsing (again)
104+
* Merged in andyz/standardize_arg_parsing (pull request `#11 <https://github.com/PickNikRobotics/ros2_kortex/issues/11>`_)
105+
Standardize arg handling for 7dof gen3 xacros
106+
* Standardize arg handling for 7dof gen3 xacros
107+
Approved-by: Marq Rasmussen
108+
* Merged in pr-fix_precommit (pull request `#9 <https://github.com/PickNikRobotics/ros2_kortex/issues/9>`_)
109+
Remove broken package dependencies and fix CI
110+
* Remove broken package dependencies and fix CI
111+
* pre commit fixes
112+
Approved-by: Andy Zelenak
113+
* Merged in pr-fix_ip_address (pull request `#7 <https://github.com/PickNikRobotics/ros2_kortex/issues/7>`_)
114+
Add ip_address argument to all gen3 xacros
115+
* add ip_address argument to all gen3 xacros
116+
* revert hardware_interface changes
117+
Approved-by: Andy Zelenak
118+
* Merged in pr-fix_precommit (pull request `#8 <https://github.com/PickNikRobotics/ros2_kortex/issues/8>`_)
119+
clang and pre-commit fixes
120+
Approved-by: Andy Zelenak
121+
* clang and pre-commit fixes
122+
* Merged in pr-ci_setup (pull request `#3 <https://github.com/PickNikRobotics/ros2_kortex/issues/3>`_)
123+
Add CI and pre-commit and apply relevant formatting fixes
124+
* Add CI, pre commit and clang-format
125+
* pre-commit fixes
126+
* Add pre-commit docs
127+
Approved-by: Andy Zelenak
128+
* Add ros2_control hardware interface
129+
Approved-by: Andy Zelenak
130+
* Merged in pr-ros_control (pull request `#2 <https://github.com/PickNikRobotics/ros2_kortex/issues/2>`_)
131+
* add ros2_control hardware interface
132+
Approved-by: Andy Zelenak
133+
* Merged in pr-update_urdf (pull request `#1 <https://github.com/PickNikRobotics/ros2_kortex/issues/1>`_)
134+
Update URDF
135+
* enable parent argument for gen3
136+
Approved-by: Andy Zelenak
137+
* updated readme with ported ROS2 packages
138+
* port robot_description to ros2
139+
* Contributors: Andy Zelenak, AndyZe, Brennand Pierce, Marq Rasmussen, Vatan Aksoy Tezer, marqrazz

kortex_driver/CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kortex_driver
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 release of kortex_driver
8+
* cxx: fixup compiler warnings (`#148 <https://github.com/PickNikRobotics/ros2_kortex/issues/148>`_)
9+
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
10+
* Fix License -> BSD and update maintainers (`#146 <https://github.com/PickNikRobotics/ros2_kortex/issues/146>`_)
11+
* Contributors: Alex Moriarty, Anthony Baker, Denis Štogl
12+
13+
0.1.0 (2021-09-12)
14+
------------------
15+
* Merged in pr-fix_precommit (pull request `#8 <https://github.com/PickNikRobotics/ros2_kortex/issues/8>`_)
16+
clang and pre-commit fixes
17+
Approved-by: Andy Zelenak
18+
* clang and pre-commit fixes
19+
* Merged in pr-ci_setup (pull request `#3 <https://github.com/PickNikRobotics/ros2_kortex/issues/3>`_)
20+
Add CI and pre-commit and apply relevant formatting fixes
21+
* Add CI, pre commit and clang-format
22+
* pre-commit fixes
23+
* Add pre-commit docs
24+
Approved-by: Andy Zelenak
25+
* port robot_description to ros2
26+
* Contributors: Vatan Aksoy Tezer, marqrazz
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kinova_gen3_6dof_robotiq_2f_85_moveit_config
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 release of kinova_gen3_6dof_robotiq_2f_85_moveit_config
8+
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
9+
* Fault and Twist controller from new repo (`#143 <https://github.com/PickNikRobotics/ros2_kortex/issues/143>`_)
10+
* Update sim.launch.py (`#138 <https://github.com/PickNikRobotics/ros2_kortex/issues/138>`_)
11+
* add parameter to use sim time to move_group launch (`#134 <https://github.com/PickNikRobotics/ros2_kortex/issues/134>`_)
12+
* Add moveit config for 6dof gen 3 (`#109 <https://github.com/PickNikRobotics/ros2_kortex/issues/109>`_)
13+
* Contributors: Alex Moriarty, Anthony Baker
14+
15+
0.1.0 (2021-09-12)
16+
------------------
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package kinova_gen3_7dof_robotiq_2f_85_moveit_config
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Public ROS 2 release of kinova_gen3_7dof_robotiq_2f_85_moveit_config
8+
* Make Gripper velocity and force configurable through URDF (`#137 <https://github.com/PickNikRobotics/ros2_kortex/issues/137>`_)
9+
* Fault and Twist controller from new repo (`#143 <https://github.com/PickNikRobotics/ros2_kortex/issues/143>`_)
10+
* Add camera to 7dof gen3 ignition sim (`#141 <https://github.com/PickNikRobotics/ros2_kortex/issues/141>`_)
11+
* add parameter to use sim time to move_group launch (`#134 <https://github.com/PickNikRobotics/ros2_kortex/issues/134>`_)
12+
* Add MoveIt Config for 7dof arm with robotiq_2f_85 gripper (`#107 <https://github.com/PickNikRobotics/ros2_kortex/issues/107>`_)
13+
* Contributors: Alex Moriarty, Anthony Baker
14+
15+
0.1.0 (2021-09-12)
16+
------------------

0 commit comments

Comments
 (0)