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

Revision history [back]

click to hide/show revision 1
initial version

Sorry, I found the bug. See line 11 and 12 of the obstacle_detector.py:

    self.sub = rospy.Subscriber('/scan', LaserScan, self.scan, queue_size=1)
    self.pub = rospy.Publisher('obstacle', Obstacle, self.scan, queue_size =10)

As they say... "never mind" :(