I am going to install ros driver for robotiq gripper as indicated in http://wiki.ros.org/robotiq
But for installing Modbus TCP dependencies (rosdep install robotiq_modbus_tcp), I have the following issue:
ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: robotiq_modbus_tcp: Cannot locate rosdep definition for [rospy]
PS: I am using Ubuntu 16.04 (kinetic),
Thanks a lot in advance for helping me with the issue...
There might be multiple reasons for this. If you perform the following step you should be able to resolve it:
git branchafter having cloned the repository. It should outputkinetic-devel. If that is not the case switch to the wished branchgit checkout kinetic-devel.rospywithsudo apt-get install python-rospy.source /opt/ros/kinetic/setup.bash(or wherever you have installed it) before callingrosdep install robotiq_modbus_tcp.