-
Notifications
You must be signed in to change notification settings - Fork 4
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 configure on Ubuntu 18.04 #2
Comments
Can you verify that this is solved by rock-planning/planning-motion_planning_libraries#16 ? |
Yes I can confirm that. Now, it fails when linking with undefined reference to 'RTT::internal::DataSource::getType() const' and undefined reference to 'RTT::internal::DataSource::getTypeName() const' |
I just had the same issue and it was "solved" for me by removing the Task "Test" from the orogen-file. What does this test? Does someone know if it is required? @mmaurus Did you find another solution? Update: Ok, it solved it on my notebook, but on Sherpa I have the same problem again, now with the Task "Task". @2maz Is this also the reason that this is not in rock-master19.06? |
I still have this problem with rock debian package 20.01. Not with 19.06! |
@mmaurus as we figured out wIth master-20.01 this linking issue exists, when using return type bool for an operation. I am afraid, however, this will only be fixed in the upcoming release, which will have a clean way of linking and using includes based on separate package prefixes - anticipating EO June for bionic/amd64 ready for testing. |
@2maz unfortunately, this issue is not fixed with the new debian packages 20.06 |
One solution/workaround would be to change the operation "generateEscapeTrajectory" to returning an int instead of a bool |
Hi.
This rock task does not configure on Ubuntu 18.04 with the following errors / Typelib Warnings:
Looks like the typelib can't figure out std::pair.
Any solutions?
@2maz @skasperski
The text was updated successfully, but these errors were encountered: