ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Having problem with brown driver?

asked 2013-08-13 01:09:12 -0500

lifelonglearner gravatar image

updated 2013-08-13 07:23:05 -0500

130s gravatar image

while running brown driver following is the problem

$ rosrun irobot_create_2_1 driver.py

Traceback (most recent call last):
File "/opt/ros/groovy/stacks/brown_drivers/irobot_create_2_1/bin/driver.py", line 138, in <module>
driver = CreateDriver()
File "/opt/ros/groovy/stacks/brown_drivers/irobot_create_2_1/bin/driver.py", line 21, in __init__
self.create = Create(port)
File "/opt/ros/groovy/stacks/brown_drivers/irobot_create_2_1/bin/irobot/create.py", line 144, in __init__
self.reset()
File "/opt/ros/groovy/stacks/brown_drivers/irobot_create_2_1/bin/irobot/create.py", line 175, in reset
self.__read(128,True)
File "/opt/ros/groovy/stacks/brown_drivers/irobot_create_2_1/bin/irobot/create.py", line 221, in __read
bytes = self.port.read(num)
File "/usr/local/lib/python2.7/dist-packages/pyserial-2.6-py2.7.egg/serial/serialposix.py", line 446, in read
ready,_,_ = select.select([self.fd],[],[], self._timeout)
select.error: (4, 'Interrupted system call')

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-08-21 23:49:10 -0500

lifelonglearner gravatar image

The dependencies were not resolved .......... the packages on which the package is dependent is installed and the problem got solved.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-08-13 01:09:12 -0500

Seen: 192 times

Last updated: Aug 21 '13