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

ImportError: No module named robotiq_2f_gripper_control.baseRobotiq2FGripper #154

Open
jokermay opened this issue May 7, 2019 · 2 comments

Comments

@jokermay
Copy link

jokermay commented May 7, 2019

hello, I followed the tutorials "Control of a 2-Finger Gripper using the Modbus RTU protocol (ros kinetic and newer releases)" as tutorials , however, when i run the command "rosrun robotiq_2f_gripper_control Robotiq2FGripperRtuNode.py /dev/ttyUSB0" , it errors as
joker@joker:~/catkin_ws$ rosrun robotiq_2f_gripper_control Robotiq2FGripperRtuNode.py /dev/ttyUSB0 Traceback (most recent call last): File "/home/joker/catkin_ws/src/robotiq/robotiq_2f_gripper_control/nodes/Robotiq2FGripperRtuNode.py", line 50, in <module> import robotiq_2f_gripper_control.baseRobotiq2FGripper ImportError: No module named robotiq_2f_gripper_control.baseRobotiq2FGripper
has anyone else met this problem? Why can not the node find the module "robotiq_2f_gripper_control.baseRobotiq2FGripper"?

@Pranav186
Copy link

Hello, @jokermay , I am facing the same error. Did you find the solution to it?

@ondrejbiza
Copy link

cd ~/catkin_ws
rosdep install --from-paths src --ignore-src -r -y
catkin_make

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

3 participants