-
Notifications
You must be signed in to change notification settings - Fork 7
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
Does not compile #8
Comments
I looked at the message-structure and came to this alteration: ret.push_back(item); --> ret.items.push_back(item); than it fails on the unit-test. I disabled the unittest and now it compiles, don't know if it is working. Has the Plan-msg been altered? |
closed the issue by mistake. Please SOLVE |
It shouldn't be changed. Give me a couple of days to check it. |
I've prepared a patch. You can find it here. |
Thanks!
From: Marco Roveri ***@***.***>
Sent: Thursday, 13 January 2022 16:40
To: IntelligentRoboticsLabs/plansys2_tfd_plan_solver ***@***.***>
Cc: edhage ***@***.***>; State change ***@***.***>
Subject: Re: [IntelligentRoboticsLabs/plansys2_tfd_plan_solver] Does not compile (Issue #8)
I've prepared a patch. You can find it here.
compile_patch.txt <https://github.com/IntelligentRoboticsLabs/plansys2_tfd_plan_solver/files/7863935/compile_patch.txt>
If I'm allowed I can create a merge request with the fix
—
Reply to this email directly, view it on GitHub <#8 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB6MSJOKDZUO6GSGTZQOA23UV3W5PANCNFSM5JYW5NMQ> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> .
You are receiving this because you modified the open/close state. <https://github.com/notifications/beacon/AB6MSJMTYHLN66CGPCKJRRLUV3W5PA5CNFSM5JYW5NM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHRK4ISQ.gif> Message ID: ***@***.*** ***@***.***> >
|
Can you create a Pull Request to start working on it? Thanks!!! |
Hi @fmrico |
When I compile it , the compiler complains that it does not know Plan or PlanItem.
When I manually change this to plansys2_msgs::msg::PlanItem and plansys2_msgs::msg::Plan than it complains later the functions push_back and empty which cannot be used with these types.
First complaint (no alterations code):
Second complaint after altering code:
The text was updated successfully, but these errors were encountered: