Open felixvd opened 6 years ago
@felixvd Have you compiled it successfully now?
I didn't try it further with this repository, but I succeeded with the Gazebo tutorial and this gripper package.
@felixvd Thanks , I will try it.
Sadly I don't have access to the PC that I was working on anymore. It had a lot of stuff preinstalled and was running Indigo. Those are some packages I found on my old VirtualBox. Maybe try those? https://github.com/HumaRobotics/modbus https://github.com/OpenEtherCATsociety/SOEM
edit: I have also seen that there was some information in the CMakeLists missing. I added those.
I found this repository from this thread. I cloned it into a clean workspace but sadly I cannot build it. It seems that there are some undeclared dependencies, but I am not sure if something else is going wrong, too.
Until now, I did this:
easy_install -U pymodbus
add_definitions (-std=c++11)
to robotiq_85_gripper-master/robotiq_85_simulation/roboticsgroup_gazebo_plugins/CMakeLists.txtBut I am still getting a significant amount of errors:
Is this supposed to run on a fresh system with kinetic? What else could I be missing?