Skip to content
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

Problem in instalation ur_modern_driver catkin_make on ROS kinetic! #135

Closed
haniehes opened this issue Sep 21, 2017 · 5 comments
Closed

Comments

@haniehes
Copy link

I am trying to make a contact with UR5 trough ROS kinetic which is installed on Ubuntu 16.04. So I tried to clone the ur_modern_driver and I called catkin_make. But it cannot be done and after many errors, it shows Invoking "make -j4 -l4" failed. Also my errors start from this: /home/hanieh/catkin_ws/src/ur_modern_driver/src/ur_hardware_interface.cpp:180:22: error: ‘const struct hardware_interface::ControllerInfo’ has no member named ‘hardware_interface’
What is exactly wrong with me.

@nano-meter
Copy link

nano-meter commented Sep 21, 2017

Apply these changes from #96 to the src/ur_hardware_interface.cpp file and it will compile and run, or you can wait for #120, which is a full refactor supporting kinetic.

@haniehes
Copy link
Author

Thanks for your help. It works well.

@v4hn
Copy link

v4hn commented Oct 3, 2017

please close this if your problem is solved.

@haniehes haniehes closed this as completed Oct 3, 2017
@ChelseyM
Copy link

Hey! It appears that while #120 is now merged, it doesn't include the changes from #96, which still need to be applied in order for catkin_make to work successfully

@gavanderhoorn
Copy link
Member

Can you make sure you are building the kinetic-devel branch of ros-industrial/ur_modern_driver?

master of that repository is not Kinetic compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants