-
Notifications
You must be signed in to change notification settings - Fork 337
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
Fails to compile under Jade due to changed controller_manager_msgs structure #82
Comments
Here is the complete error message: |
the problem is that hardware_interface.h defers in jade and indigo.
and this is the code in Jade:
As you can see the indigo headerfile uses a string for the name, type and hardware_interface where the Jade headerfile uses a vector. |
Same problem!! |
@ThomasTimm Do you have a solution to this? |
At the moment, nothing except suggesting not to use Jade... If that is not an option, I'll be happy to see pull requests from the community to solve the problem. |
See solution here: #58 (in particular Carlos' later post). |
As Jade is EOL, closing this. The problems with Kinetic are known, and tracked in issues such as #58 mentioned by @BenBlumer. |
Not ignoring the build issues @Josque, but tracking it in a different issue. |
To quote this website. I think I have the same problem.
Can you change this?
I hope that fixes this error:
The text was updated successfully, but these errors were encountered: