-
Notifications
You must be signed in to change notification settings - Fork 155
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
Complete the full set of *Ptr typedefs #106
Conversation
@mikaelarguedas should I retarget it against |
@mikaelarguedas Are you comfortable with merging this for Melodic? If so, a commit and release should help us get |
…m] (#17905)" This reverts commit eea31f2. This version of realtime_tools won't work unless/until ros/actionlib#106 is merged.
…m] (#17905)" (#17914) This reverts commit eea31f2. This version of realtime_tools won't work unless/until ros/actionlib#106 is merged.
Yes I'm currently still using |
Thanks @bmagyar for the patch! |
Thanks for merging!
…On Mon, 21 May 2018, 19:59 Mikael Arguedas, ***@***.***> wrote:
Thanks @bmagyar <https://github.com/bmagyar> for the patch!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#106 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADXH4WvFiqFna_-kmlCy0SD9ZMev95YDks5t0w6KgaJpZM4TykTT>
.
|
@bmagyar FYI: I don't think I'll get around releasing this before the Melodic release date (Wednesday). So I will likely release that after the release is announced, at which point you should be able to push your new version of |
That's perfectly fine, thanks!
…On Mon, 21 May 2018, 22:45 Mikael Arguedas, ***@***.***> wrote:
@bmagyar <https://github.com/bmagyar> FYI: I don't think I'll get around
releasing this before the Melodic release date (Wednesday). So I will
likely release that after the release is announced, at which point you
should be able to push your new version of ros_controllers.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#106 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADXH4R5P44Mkbi-DaoPEfleUx77gn84wks5t0zVygaJpZM4TykTT>
.
|
@bmagyar This ended up causing problems when used in combination with |
Now that the first Melodic release is officially out, could we try to get back to this? One note is that the actionlib changes on |
This reverts commit 506541a.
This reverts commit c182cca.
Naively committing to
std::shared_ptr
-s didn't work inrealtime_tools
but it revealed that the set of typedefs in the macro are not complete. This should ease migrating fromboost::shared_ptr
for all users ofactionlib
using typedefs.