Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twist_controller -> picknik_twist_controller #3

Merged
merged 4 commits into from
Jun 20, 2023

Conversation

moriarty
Copy link
Contributor

  1. prefix twist_controller with picknik_twist_controller

When we merge twist_controller into ros2_controllers we can depricate this one and not have naming conflicts as users migrate

1. prefix twist_controller with picknik_twist_controller

When we merge twist_controller into ros2_controllers we can depricate
this one and not have naming conflicts as users migrate

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@af740ca). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff           @@
##             main      #3   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?       1           
  Lines           ?      56           
  Branches        ?       0           
======================================
  Hits            ?       0           
  Misses          ?      56           
  Partials        ?       0           
Flag Coverage Δ
unittests 0.00% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

README.md Outdated Show resolved Hide resolved
picknik_twist_controller/CMakeLists.txt Outdated Show resolved Hide resolved
picknik_twist_controller/controller_plugins.xml Outdated Show resolved Hide resolved
picknik_twist_controller/package.xml Outdated Show resolved Hide resolved
Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
bump to oldest version used on Ubuntu Focal + ROS 2 Humble
https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027

Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
README.md Outdated Show resolved Hide resolved
Signed-off-by: Alex Moriarty <alex.moriarty@picknik.ai>
@moriarty moriarty merged commit 3586843 into main Jun 20, 2023
23 checks passed
@delete-merged-branch delete-merged-branch bot deleted the rename-twist-controller branch June 20, 2023 21:14
moriarty added a commit to moriarty/rosdistro that referenced this pull request Jul 11, 2023
Increasing version of package(s) in repository `picknik_controllers` to `0.0.1-1`:

- upstream repository: https://github.com/PickNikRobotics/picknik_controllers.git
- release repository: https://github.com/ros2-gbp/picknik_controllers-release.git
- distro file: `rolling/distribution.yaml`
- bloom version: `0.11.2`
- previous version for package: `null`

```
* Initial Release of picknik_reset_fault_controller
  * Originally this was used internally and there was an attempt to release it to ros2_controllers
  * After discussion with the ros2 controllers WG over slack we have decided to open source it here first
  * The goal is to still move this upstream but it can be worked on here first and moved in the future
* fault_controller -> picknik_reset_fault_controller (ros#2 <PickNikRobotics/picknik_controllers#2>)
  * fault_controller -> picknik_reset_fault_controller
  This commit does two things:
  1) renames fault_controller to reset_fault_controller
  2) prefixes with picknik_
  The first change, is to be more specific what this controller is used
  for.
  The second change is because we want to move this controller into
  ros2_controllers and when that is complete we can drop the picknik_ and
  depricate this version allowing for a transition period.
  ---------
* Contributors: Alexander Moriarty @moriarty, Anthony Baker @abake48, @livanov93, @destogl, @MarqRazz, @Abishalini, @JafarAbdi
```

```
* Initial Release of picknik_twist_controller
  * Originally this was used internally and there was an attempt to release it to ros2_controllers here: ros-controls/ros2_controllers#300
  * The goal is to still move this upstream but it needs to be refactored before going upstream.
* twist_controller -> picknik_twist_controller (ros#3 <PickNikRobotics/picknik_controllers#3>)
  * twist_controller -> picknik_twist_controller
  1. prefix twist_controller with picknik_twist_controller
  When we merge twist_controller into ros2_controllers we can depricate
  this one and not have naming conflicts as users migrate
  * cmake: 3.8 -> 3.16
  bump to oldest version used on Ubuntu Focal + ROS 2 Humble
  https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027
  ---------
* Contributors: Alexander Moriarty @moriarty, Anthony Baker @abake48, @livanov93, @destogl, @MarqRazz, @Abishalini, @JafarAbdi
```

Signed-off-by: Alexander Moriarty <alex.moriarty@picknik.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants