Skip to content

Commit 5407a16

Browse files
committed
Generate Changelog
Preparing for initial bloom Signed-off-by: Alexander Moriarty <[email protected]>
1 parent 2fd8a78 commit 5407a16

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package picknik_reset_fault_controller
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Release of picknik_reset_fault_controller
8+
* Originally this was used internally and there was an attempt to release it to ros2_controllers
9+
* After discussion with the ros2 controllers WG over slack we have decided to open source it here first
10+
* The goal is to still move this upstream but it can be worked on here first and moved in the future
11+
* fault_controller -> picknik_reset_fault_controller (`#2 <https://github.com/PickNikRobotics/picknik_controllers/issues/2>`_)
12+
* fault_controller -> picknik_reset_fault_controller
13+
This commit does two things:
14+
1) renames fault_controller to reset_fault_controller
15+
2) prefixes with picknik\_
16+
The first change, is to be more specific what this controller is used
17+
for.
18+
The second change is because we want to move this controller into
19+
ros2_controllers and when that is complete we can drop the picknik\_ and
20+
depricate this version allowing for a transition period.
21+
---------
22+
* Contributors: Alexander Moriarty @moriarty, Anthony Baker @abake48, @livanov93, @destogl, @MarqRazz, @Abishalini, @JafarAbdi
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package picknik_twist_controller
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* Initial Release of picknik_twist_controller
8+
* Originally this was used internally and there was an attempt to release it to ros2_controllers here: https://github.com/ros-controls/ros2_controllers/pull/300
9+
* The goal is to still move this upstream but it needs to be refactored before going upstream.
10+
* twist_controller -> picknik_twist_controller (`#3 <https://github.com/PickNikRobotics/picknik_controllers/issues/3>`_)
11+
* twist_controller -> picknik_twist_controller
12+
1. prefix twist_controller with picknik_twist_controller
13+
When we merge twist_controller into ros2_controllers we can depricate
14+
this one and not have naming conflicts as users migrate
15+
* cmake: 3.8 -> 3.16
16+
bump to oldest version used on Ubuntu Focal + ROS 2 Humble
17+
https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027
18+
---------
19+
* Contributors: Alexander Moriarty @moriarty, Anthony Baker @abake48, @livanov93, @destogl, @MarqRazz, @Abishalini, @JafarAbdi

0 commit comments

Comments
 (0)