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

added wait method to AsyncParametersClient #342

Merged
merged 5 commits into from
Jul 10, 2017
Merged

Conversation

dirk-thomas
Copy link
Member

Rebased version of #337.

@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label Jul 7, 2017
@dirk-thomas dirk-thomas changed the title Asirobots master added wait method to AsyncParametersClient Jul 7, 2017
@dirk-thomas dirk-thomas added the enhancement New feature or request label Jul 7, 2017
@dirk-thomas
Copy link
Member Author

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

@BrannonKing FYI

@dirk-thomas
Copy link
Member Author

dirk-thomas commented Jul 7, 2017

I fixed the usage of the visibility macros in 16be382

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

@dirk-thomas
Copy link
Member Author

The visibility macros set the attributes for dllexport / dllimport depending if the function is being built at compile time of the package or later being used from other code through the header declaration. Since the templated function are header only and are only expanded when actually being used they never end up in the built library of the package containing the declaration and therefore don't need the attributes.

@dirk-thomas
Copy link
Member Author

@ros2/team Waiting for review.

@dirk-thomas dirk-thomas merged commit 40b09b5 into master Jul 10, 2017
@dirk-thomas dirk-thomas deleted the asirobots_master branch July 10, 2017 17:22
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Jul 10, 2017
@BrannonKing
Copy link

Thanks.

BrannonKing added a commit to asirobots/rclcpp that referenced this pull request Jul 10, 2017
added wait method to AsyncParametersClient (ros2#342)
nnmm pushed a commit to ApexAI/rclcpp that referenced this pull request Jul 9, 2022
* rcl_action_expire_goals() outputs goals that expire
DensoADAS pushed a commit to DensoADAS/rclcpp that referenced this pull request Aug 5, 2022
* add filter for selecting topics to read

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add StorageFilter

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add safety check for storage pointer; add reset_filter

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add set_filter and reset_filter to Reader

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* fix mock sequential reader for rosbag2_transport test

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add topic filter to transport play options

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add selective topics to cmd line

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* fix cpplint

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* end to end read test

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* fix cmd line args

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* add play end to end test for filter topic

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* remove read test

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* remove read test in CMakeList

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* fix flake8

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* address PR comments

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* revert rosbag2_cpp Reader

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* unrevert rosbag2_cpp Reader

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* address PR comments

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* vector initialization

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* remove line break

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* fix merge errors

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* style

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>

* alpha order

Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
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.

3 participants