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

fixed using wrong type of stamp #12

Merged
merged 2 commits into from Nov 17, 2018
Merged

fixed using wrong type of stamp #12

merged 2 commits into from Nov 17, 2018

Conversation

ahuizxc
Copy link
Contributor

@ahuizxc ahuizxc commented Oct 30, 2018

In the current code, when stamp = msg.header.stamp, it will raise errors because msg.header.stamp is builtin_interfaces.msg.Time, and it doesn't have nanoseconds attribute. So i fixed this problem :)

@tfoote tfoote added the in review Waiting for review (Kanban column) label Oct 30, 2018
@mjcarroll
Copy link
Member

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@dirk-thomas dirk-thomas added the bug Something isn't working label Nov 13, 2018
@mjcarroll
Copy link
Member

@ahuizxc It appears that there are some failing tests in the CI. Please update to fix these.

@ahuizxc
Copy link
Contributor Author

ahuizxc commented Nov 14, 2018

@ahuizxc It appears that there are some failing tests in the CI. Please update to fix these.

I think there are something wrong about test case code, should i modify the test code ?

@mjcarroll
Copy link
Member

Yes, that's totally reasonable. We expect all tests to pass (or at least no new tests to break) before merging changes.

@ahuizxc
Copy link
Contributor Author

ahuizxc commented Nov 14, 2018

Yes, that's totally reasonable. We expect all tests to pass (or at least no new tests to break) before merging changes.

Already done! Thanks for your time :)

@mjcarroll
Copy link
Member

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mjcarroll
Copy link
Member

That failure was an issue that we saw before, but should be resolved on Windows. I'm going to trigger it again to make sure it wasn't just a flake.
Build Status

@mjcarroll mjcarroll merged commit d95f6e2 into ros2:master Nov 17, 2018
@mjcarroll mjcarroll removed the in review Waiting for review (Kanban column) label Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants