ipa320 / schunk_robots

www.schunk-modular-robotics.com
29 stars 50 forks source link

ERROR: cannot launch node of type [canopen_motor_node/canopen_motor_node]: can't locate node [canopen_motor_node] in package [canopen_motor_node]cannot launch node #80

Closed changzhengwu closed 7 years ago

changzhengwu commented 7 years ago

when roslaunch schunk_lwa4d robot.launch how to fix? For help

destogl commented 7 years ago

This means that your node is not compiled. The node should be place under ros_control/canopen_motor

fmessmer commented 7 years ago

make sure you have the package installed via: sudo apt-get install ros-indigo-canopen-motor-node

changzhengwu commented 7 years ago

thank you all. I have handled this problem by "sudo apt-get install ros-indigo-canopen-motor-node"..