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

Change package names from ignition_ to ign_ #19

Merged
merged 4 commits into from
Jan 6, 2022

Conversation

ahcorde
Copy link
Collaborator

@ahcorde ahcorde commented Jan 5, 2022

Signed-off-by: ahcorde ahcorde@gmail.com

🦟 Bug fix

Summary

Change package names from ignition_ to ign_

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde requested a review from chapulina January 5, 2022 19:19
@ahcorde ahcorde self-assigned this Jan 5, 2022
@osrf-triage osrf-triage added this to Inbox in Core development Jan 5, 2022
Copy link
Collaborator

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a couple of changes that seem unrelated to the name change, and also there are conflicts to be fixed

@ahcorde ahcorde requested a review from chapulina January 6, 2022 18:58
Signed-off-by: ahcorde <ahcorde@gmail.com>
Core development automation moved this from Inbox to In review Jan 6, 2022
Copy link
Collaborator

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM when cpplint is happy:

2022-01-06T19:02:35.2107467Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_ros2_control_plugin.hpp:15:  #ifndef header guard has wrong style, please use: IGN_ROS2_CONTROL__IGN_ROS2_CONTROL_PLUGIN_HPP_  [build/header_guard] [5]
2022-01-06T19:02:35.2108841Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_ros2_control_plugin.hpp:62:  #endif line should be "#endif  // IGN_ROS2_CONTROL__IGN_ROS2_CONTROL_PLUGIN_HPP_"  [build/header_guard] [5]
2022-01-06T19:02:35.2110069Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_system.hpp:16:  #ifndef header guard has wrong style, please use: IGN_ROS2_CONTROL__IGN_SYSTEM_HPP_  [build/header_guard] [5]
2022-01-06T19:02:35.2111233Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_system.hpp:79:  #endif line should be "#endif  // IGN_ROS2_CONTROL__IGN_SYSTEM_HPP_"  [build/header_guard] [5]
2022-01-06T19:02:35.2112444Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_system_interface.hpp:16:  #ifndef header guard has wrong style, please use: IGN_ROS2_CONTROL__IGN_SYSTEM_INTERFACE_HPP_  [build/header_guard] [5]
2022-01-06T19:02:35.2113708Z 3: /home/ros2_ws/src/ign_ros2_control/ign_ros2_control/include/ign_ros2_control/ign_system_interface.hpp:108:  #endif line should be "#endif  // IGN_ROS2_CONTROL__IGN_SYSTEM_INTERFACE_HPP_"  [build/header_guard] [5]
2022-01-06T19:02:35.2115165Z 3: Category 'build/header_guard' errors found: 6

@ahcorde ahcorde merged commit d653017 into foxy Jan 6, 2022
@ahcorde ahcorde deleted the ahcorde/package_name/ign_ branch January 6, 2022 19:12
Core development automation moved this from In review to Done Jan 6, 2022
ahcorde added a commit that referenced this pull request Jan 6, 2022
* Change package names from ignition_ to ign_

Signed-off-by: ahcorde <ahcorde@gmail.com>
ahcorde added a commit that referenced this pull request Jan 6, 2022
Signed-off-by: ahcorde <ahcorde@gmail.com>
ahcorde added a commit to ahcorde/rosdistro that referenced this pull request Jan 7, 2022
Increasing version of package(s) in repository `ign_ros2_control` to `0.1.1-2`:

- upstream repository: https://github.com/ignitionrobotics/ign_ros2_control
- release repository: https://github.com/ros2-gbp/ign_ros2_control-release.git
- distro file: `foxy/distribution.yaml`
- bloom version: `0.10.7`
- previous version for package: `null`

```
* Change package names from ignition_ to ign_ (ros#19 <ros-controls/gz_ros2_control#22>)
  * Change package names from ignition_ to ign_
* Contributors: Alejandro Hernández Cordero
```

```
* Change package names from ignition_ to ign_ (ros#19 <ros-controls/gz_ros2_control#19>)
  * Change package names from ignition_ to ign_
* Added missing dependencies to package.xml (ros#18 <ros-controls/gz_ros2_control#21>)
* Contributors: Alejandro Hernández Cordero
```

Signed-off-by: ahcorde <ahcorde@gmail.com>
clalancette pushed a commit to ros/rosdistro that referenced this pull request Jan 7, 2022
* ign_ros2_control: 0.1.1-2 in 'foxy/distribution.yaml' [bloom]

Increasing version of package(s) in repository `ign_ros2_control` to `0.1.1-2`:

- upstream repository: https://github.com/ignitionrobotics/ign_ros2_control
- release repository: https://github.com/ros2-gbp/ign_ros2_control-release.git
- distro file: `foxy/distribution.yaml`
- bloom version: `0.10.7`
- previous version for package: `null`

```
* Change package names from ignition_ to ign_ (#19 <ros-controls/gz_ros2_control#22>)
  * Change package names from ignition_ to ign_
* Contributors: Alejandro Hernández Cordero
```

```
* Change package names from ignition_ to ign_ (#19 <ros-controls/gz_ros2_control#19>)
  * Change package names from ignition_ to ign_
* Added missing dependencies to package.xml (#18 <ros-controls/gz_ros2_control#21>)
* Contributors: Alejandro Hernández Cordero
```

Signed-off-by: ahcorde <ahcorde@gmail.com>

* make linters happy

Signed-off-by: ahcorde <ahcorde@gmail.com>
@j-rivero j-rivero removed this from Done in Core development May 6, 2022
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

2 participants