ImportError: No module named create_driver [closed]
Hi,
I'm currently trying to teleoperate Irobot Create from ROS Hydor.
I've successfully created all the pakages as required in here : http://pharos.ece.utexas.edu/wiki/ind...
I moved to the next section here: http://pharos.ece.utexas.edu/wiki/ind...
When I run $ rosrun irobotcreate_node turtlebot_node.py __name:=turtlebot_node cmd_vel:=mobile_base/commands/velocity
I got this error: Traceback (most recent call last): File "/home/user/catkin_ws/src/irobotcreate_node/nodes/turtlebot_node.py", line 65, in <module> from irobotcreate_node.create_driver import Turtlebot, MAX_WHEEL_SPEED, DriverError ImportError: No module named create_driver
How do I solve this? THanks in advance.