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

Remove Float64stamped #25

Merged
merged 3 commits into from
Apr 11, 2017
Merged

Conversation

DSsoto
Copy link
Member

@DSsoto DSsoto commented Apr 10, 2017

Removing the msg in mil_msgs called Float64Stamped. I created two new messages to replace it, DepthStamped and RangeStamped since it was only used for depth driver and DVL driver related things. The only other usage was in the start gate mission by @RustyBamboo, where it should be removed.

@ironmig make sure you use these as you remove the dependencies on uf_common in uf-mil-archive/odometry_tools#3 and elsewhere.

There is no order for merging these PRs that will not break our current build, I think we might as well merge this without waiting for the other things to be completed.

Also added a section to the wiki about not using msgs or srvs void of semantic meaning.

DSsoto added 2 commits April 10, 2017 13:15
This is new mesage should be used by the depth driver instead of
Float64Stamped
Replaced with RangeStamped. DVL related cold that previously used
Float64Stamped should be transitioned to use RangeStamped instead.

Other depth driver related code should be changed to use
DepthStamped.

The only usage of Float64Stamped that is not DVL or depth or depth
driver related is in the start gate mission and should be removed
(@RustyBamboo).
@DSsoto DSsoto requested a review from mattlangford April 10, 2017 18:08
@DSsoto DSsoto changed the title Deprecate float64stamped Deprecate Float64stamped Apr 10, 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.

Okay, I will update sub8 integration branch once this is merged

@DSsoto DSsoto changed the title Deprecate Float64stamped Remove Float64stamped Apr 11, 2017
@sentree
Copy link
Member

sentree commented Apr 11, 2017

This built on the CI and passed all unit tests except the ros_alarms test that always fails.
-- Your friendly temporary CI guy

@sentree sentree merged commit 5c9d8a6 into uf-mil:great_merge Apr 11, 2017
@DSsoto DSsoto deleted the deprecate_float64stamped branch April 11, 2017 03:33
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