-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Revert dynamic params #1417
Revert dynamic params #1417
Conversation
Now that I recall, I believe @bpwilcox mentioned there were recent upstream changes that broke this. I believe commits as they stand are correct for eloquent, but not for master. I'll make a eloquent-devel branch today or tomorrow and retry them there. |
That is correct, ros2/rclcpp#929 on master breaks the current approach in my PRs. @crdelsey I had planned to submit a PR for the dwb parameter callbacks today, so it should now go to the eloquent-devel branch? |
@bpwilcox Yeah. Target it to eloquent-devel. I just created the eloquent-devel branch and based off the version before this PR went in, so it should merge with no issues. I was thinking we'd have a bit of time to deal with the conflict with upstream when I suggested merging to master, but it's all good. It just forced me to make the eloquent-devel branch a day early. When we're ready to make it work on master, we can just revert this PR and than add the modification on top if that make sense. |
You already created the eloquent-devel branch? I don't currently see it |
@SteveMacenski Just want to bring this to your attention, on |
@seanyen just to be clear- you're suggesting we cherry pick this commit into the Eloquent branch, correct? That seems reasonable. Confirm that that is what you're suggesting and I'll do it. |
@SteveMacenski Yes! That’s what I am suggesting. And thanks for taking care of it. |
Got it- thanks for the idea. I don't use the devel branches while developing on master so some of the backporting stuff I don't run into. Thanks for addressing it. |
* cherry pick 2ac07b2 for eloquent * remove a cherry pick error Co-authored-by: Carl Delsey <carl.r.delsey@intel.com>
Description of contribution in a few bullet points