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

Test read condition #45

Closed
wants to merge 2 commits into from
Closed

Test read condition #45

wants to merge 2 commits into from

Conversation

esteve
Copy link
Member

@esteve esteve commented Sep 15, 2015

This PR adds an acceptance test for repeated requests to a service.

Connects to ros2/rclcpp#52

Depends on #42

@esteve esteve added the in progress Actively being worked on (Kanban column) label Sep 15, 2015
@@ -14,13 +14,20 @@ find_package(ament_cmake REQUIRED)

if(AMENT_ENABLE_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(ament_cmake_gtest REQUIRED)
Copy link
Member

Choose a reason for hiding this comment

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

This line is not necessary since the next line does that already.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in the test-services branch.


int main(int argc, char ** argv)
{
rclcpp::init(argc, argv);
Copy link
Member

Choose a reason for hiding this comment

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

Pass 0, nullptr instead of arc, argv.

Same below.

@dirk-thomas
Copy link
Member

I would propose to close this in favor of #57.

@dirk-thomas dirk-thomas removed the in progress Actively being worked on (Kanban column) label Oct 15, 2015
@esteve esteve closed this Oct 15, 2015
@esteve esteve deleted the test-read-condition branch October 15, 2015 18:21
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