Hi @mbirkholz
Our ROS expert @jproberge can certainly guide you through your question.
Best regards,
mathieu_theriault
jproberge
Hello @mbirkholz !
Thanks for reaching out to us!
This is definitely abnormal and should not be happening, it's strange! Have you compiled your catkin workspace properly? Any errors during compilation? Do you source your workspace (source [...]/catkin_ws/devel/setup.bash) ?
In case you sourced and compiled your catkin workspace properly, could you tell me a bit more about your setup (Linux OS, ROS version)? Also, after having compiled the workspace, could you try to generate the messages explicitly by typing:
"catkin_make robotiq_2f_gripper_control_generate_messages"
without quotes and see if you get the same error?
All the best,
Jean-Philippe Roberge,
ROS Package Developper / Maintainer
j-p.roberge@robotiq.com
File "/opt/ros/kinetic/share/robotiq/robotiq_2f_gripper_control/nodes/Robotiq2FGripperRtuNode.py", line 50, in <module>
from robotiq_2f_gripper_control.msg import _Robotiq2FGripper_robot_input as inputMsg
ImportError: No module named msg
should i change the import mechanism or did i miss something?