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

[rclcpp_action] removed rosidl_generator_c dependency #992

Merged
merged 3 commits into from
Feb 27, 2020

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Feb 14, 2020

After discussing yesterday with @wjwwood we think that these dependencies are not needed anymore here.

I compiled from sources master and I executed the action examples and it's working

ros2 run examples_rclcpp_minimal_action_server action_server_member_functions
ros2 run  examples_rclcpp_minimal_action_client action_client_not_composable

@ahcorde ahcorde added the enhancement New feature or request label Feb 14, 2020
@ahcorde ahcorde requested a review from wjwwood February 14, 2020 18:35
@ahcorde ahcorde self-assigned this Feb 14, 2020
Copy link
Member

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

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

lgtm, with CI.

I'd like @jacobperron to have a look too, just in case we're missing something he sees.

Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

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

LGTM (after DCO bot is happy)

The generator packages shouldn't be necessary unless were actually generating messages. These dependencies are probably vestigial from an early iteration.

…endencies

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
@ahcorde ahcorde force-pushed the ahcorde/dependency/rclcpp_action branch from f52a5f0 to 1e852aa Compare February 14, 2020 19:44
@ahcorde
Copy link
Contributor Author

ahcorde commented Feb 14, 2020

should I run the CI?

@dirk-thomas
Copy link
Member

Please check the sources of the package. Again, as in other similar PRs, the package uses symbols from the proposed-to-be-removed dependency:

#include <rosidl_generator_c/action_type_support_struct.h>

@jacobperron
Copy link
Member

Yes, I would expect CI to catch things like Dirk pointed out.

@dirk-thomas
Copy link
Member

I would expect CI to catch things like Dirk pointed out.

Not necessarily if other dependencies bring the needed dependency in transitively.

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
Copy link
Member

@dirk-thomas dirk-thomas left a comment

Choose a reason for hiding this comment

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

Please update the PR title accordingly.

"rosidl_generator_c"
"rosidl_generator_cpp")
"rclcpp"
Copy link
Member

Choose a reason for hiding this comment

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

Nitpick: revert order change.

@ahcorde ahcorde changed the title [rclcpp_action] removed rosidl_generator_cpp and rosidl_generator_c dependencies [rclcpp_action] removed rosidl_generator_c dependency Feb 14, 2020
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
@ahcorde
Copy link
Contributor Author

ahcorde commented Feb 17, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • Windows-container Build Status

@ahcorde
Copy link
Contributor Author

ahcorde commented Feb 23, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • Windows-container Build Status

@ahcorde
Copy link
Contributor Author

ahcorde commented Feb 26, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status
  • Windows-container Build Status

@ahcorde
Copy link
Contributor Author

ahcorde commented Feb 27, 2020

Unrelated failures. Merging it

@ahcorde ahcorde merged commit 88ce874 into master Feb 27, 2020
@delete-merged-branch delete-merged-branch bot deleted the ahcorde/dependency/rclcpp_action branch February 27, 2020 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants