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

Improved the const-correctness of some actionlib classes. #50

Merged
merged 2 commits into from
Aug 23, 2016

Conversation

RobertBlakeAnderson
Copy link
Contributor

I improved the const-correctness of certain classes. This was motivated by a need to call SimpleActionClient::getResult() and SimpleActionClient::getState() inside a const method on my end.

More improvement can probably be done in this area, however I did enough to fix my specific issue.

@RobertBlakeAnderson
Copy link
Contributor Author

Looks like the checks are failing simply because the check server is running too slowly. Not sure what I can do about that.

@mikaelarguedas
Copy link
Member

The Kinetic failure was there before and is not impacted by this PR. I wanted to fix it before merging others PRs but I think we shouldn't delay more fixes/cleanup PRs for the sake of this flaky test.
The Jade failure seems to be a timeout issue indeed. We could bump the max time for this test but I'll investigate (and keep you updated) to see why it never appeared before.

Thanks for your patience and contribution.

@mikaelarguedas
Copy link
Member

@ros-pull-request-builder retest this please

@mikaelarguedas
Copy link
Member

merging this now that tests are passing. Thanks!

@mikaelarguedas mikaelarguedas merged commit 28d5542 into ros:indigo-devel Aug 23, 2016
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