CentroEPiaggio / kuka-lwr

Software related to the KUKA LWR 4+: for real and for simulation.
The Unlicense
101 stars 81 forks source link

unable to compile on ros jade #80

Closed zainmehdi closed 7 years ago

zainmehdi commented 7 years ago

Hi, error: ‘const struct hardware_interface::ControllerInfo’ has no member named ‘hardware_interface’

this is the error I get when I try to compile. Can you point something out please .

carlosjoserg commented 7 years ago

Hi @zainmehdi ,

Yes, that's due to API changes in ros control in Jade+, and these packages are working up to Inidgo, so I'll mark the issue as question and not a bug.

The update is on the way, but with slow response due to other commitments. In the meantime, you are welcome to work on your fork for use&testing.

I'm aware of other forks with the upgrade, so you are welcome to work it on your fork, and when it is the time, we can discuss about it. What you need to do is something like this commit (which in fact you can add to your git history via adding that fork to your remotes).

Hope it helps for now

zainmehdi commented 7 years ago

thnx alot it worked