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

Fix STL iterator errors, misc. cppcheck (#182) #183

Merged
merged 1 commit into from
Aug 29, 2014
Merged

Conversation

scpeters
Copy link
Member

There were some errors in STL iterators.
Initialized values of member variables in constructor.
Removed an unused variable (model_name).
Use prefix ++.
Fixes #182.

There were some errors in STL iterators.
Initialized values of member variables in constructor.
Removed an unused variable (model_name).
@scpeters
Copy link
Member Author

@adolfo-rt I think you initially submitted the patch to drcsim that this pr is based on (see #182 and drcsim issue 162).

@adolfo-rt
Copy link

@adolfo-rt I think you initially submitted the patch to drcsim that this pr is based on (see #182 and drcsim issue 162).

It's likely, yes. I remember submitting a fix once as Anonymous by mistake. Is there an issue with the proposed fixes?.

@scpeters
Copy link
Member Author

That patch was submitted to drcsim when drcsim had a fork of some of the gazebo_plugins. This pull request brings those fixes to gazebo_plugins.

EDIT: No, there's no issues, just waiting for normal code review.

@hsu
Copy link
Collaborator

hsu commented Jun 10, 2014

looks good.

hsu added a commit that referenced this pull request Aug 29, 2014
Fix STL iterator errors, misc. cppcheck (#182)
@hsu hsu merged commit 5518ab9 into indigo-devel Aug 29, 2014
@scpeters scpeters deleted the issue_182 branch April 29, 2015 00:52
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.

3 participants