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

Thrusters, Logging, Cleanup, Tests #218

Merged
merged 10 commits into from
Apr 14, 2017
Merged

Conversation

DSsoto
Copy link
Member

@DSsoto DSsoto commented Apr 13, 2017

Copy link
Contributor

@kev-the-dev kev-the-dev left a comment

Choose a reason for hiding this comment

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

Good juju, going to increase sanity factor 1.2x. Must be merged with uf-mil/mil_common#33

size_t written = 0;
while (written < str.size()) {
while (written < str.size())
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you using any sort of auto formating for this? We should write a script / add a wiki page for auto formating. Here's a dudes clang formatter config for ROS Style Guide

Copy link
Member Author

@DSsoto DSsoto Apr 13, 2017

Choose a reason for hiding this comment

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

That wouln't be a bad idea. I didn't use one.

# ${OpenCV_INCLUDE_DIRS}
# bfd
# dl
# )
Copy link
Contributor

Choose a reason for hiding this comment

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

We should start enforcing no dead code unless there's a good reason

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree

Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason here?

Copy link
Contributor

Choose a reason for hiding this comment

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

In most cases, there is little chance it will ever be uncommented so it just adds lines to files and makes them harder / more confusing to read. Plus, we have version control if we need to look at an older version of a file.

@sentree
Copy link
Member

sentree commented Apr 13, 2017

When #219 was merged, this pull request was rebased onto master and automatically built by the CI server. There were errors that I suggest you check out over on that site. This is likely because this requires your fork of mil_common, so trigger a rebuild once uf-mil/mil_common#33 builds and is merged.

@sentree sentree mentioned this pull request Apr 13, 2017
Copy link
Member

@mattlangford mattlangford left a comment

Choose a reason for hiding this comment

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

Have you tested the changes to the dvl driver?

@kev-the-dev
Copy link
Contributor

One more thing, change the blueview lauch file to launch from mil_blueview_driver now that it is changed from uf-mil/mil_common#33

@DSsoto
Copy link
Member Author

DSsoto commented Apr 14, 2017

@mattlangford, yeah I did.

@kev-the-dev kev-the-dev merged commit 4ad21e4 into uf-mil:master Apr 14, 2017
@DSsoto DSsoto mentioned this pull request Apr 16, 2017
@DSsoto DSsoto deleted the cleanup branch April 18, 2017 19:11
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.

4 participants