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

expose ros_walltime and ros_steadytime #73

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

flixr
Copy link
Contributor

@flixr flixr commented Feb 2, 2018

so we can use these cross platform implementations elsewhere.
See e.g. ros/ros_comm#1249

so we can use these cross platform implementations elsewhere.
See e.g. ros/ros_comm#1249
flixr added a commit to flixr/ros_comm that referenced this pull request Feb 2, 2018
which depends on ros/roscpp_core#73
and assumes that it will be available with rostime 0.6.9
@dirk-thomas
Copy link
Member

Thank you for the quick PR.

@dirk-thomas dirk-thomas merged commit 5507a88 into ros:kinetic-devel Feb 2, 2018
@flixr flixr deleted the rostime_expose_internals branch February 5, 2018 09:49
dirk-thomas pushed a commit to ros/ros_comm that referenced this pull request Feb 5, 2018
* fix xmlrpc timeout using monotonic clock

in XmlRpcDispatch::work the _endTime check was using system time instead of monotonic time,
so when time was set back it didn't process all events..

* replace clock_gettime for OSX

* xmlrpcpp: copy code from ros_steadytime for getTime

* use ros_steadytime

which depends on ros/roscpp_core#73
and assumes that it will be available with rostime 0.6.9

* fold build and run depend into depend tag to avoid version to be repeated

* add missing namespace to ros_steadytime

* add missing target_link_libraries

* add missing lib to tests
dirk-thomas pushed a commit to ros/ros_comm that referenced this pull request Feb 9, 2018
* fix xmlrpc timeout using monotonic clock

in XmlRpcDispatch::work the _endTime check was using system time instead of monotonic time,
so when time was set back it didn't process all events..

* replace clock_gettime for OSX

* xmlrpcpp: copy code from ros_steadytime for getTime

* use ros_steadytime

which depends on ros/roscpp_core#73
and assumes that it will be available with rostime 0.6.9

* fold build and run depend into depend tag to avoid version to be repeated

* add missing namespace to ros_steadytime

* add missing target_link_libraries

* add missing lib to tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants