You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned the package and executed catkin_make successfully. When i launched the driver with the command $ roslaunch roboclaw_node roboclaw.launch, i got the below error. How to fix this error?
Traceback (most recent call last):
File "/home/kishore/catkin_ws/src/roboclaw_ros/roboclaw_node/nodes/roboclaw_node.py", line 6, in <module>
import roboclaw_driver.roboclaw_driver as roboclaw
ImportError: No module named roboclaw_driver.roboclaw_driver
[roboclaw_node-2] process has died [pid 9110, exit code 1, cmd /home/kishore/catkin_ws/src/roboclaw_ros/roboclaw_node/nodes/roboclaw_node.py __name:=roboclaw_node __log:=/home/kishore/.ros/log/8f624f98-6aa5-11e7-86c7-3c77e651e7b9/roboclaw_node-2.log].
log file: /home/kishore/.ros/log/8f624f98-6aa5-11e7-86c7-3c77e651e7b9/roboclaw_node-2*.log
The text was updated successfully, but these errors were encountered:
I have cloned the package and executed catkin_make successfully. When i launched the driver with the command $ roslaunch roboclaw_node roboclaw.launch, i got the below error. How to fix this error?
The text was updated successfully, but these errors were encountered: