Browse Source

Update scan_filter.py script.

pull/1/head
Alan Sanchez 3 years ago
parent
commit
00905b4a26
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/scan_filter.py

+ 0
- 1
src/scan_filter.py View File

@ -10,7 +10,6 @@ from sensor_msgs.msg import LaserScan
class Scanfilter: class Scanfilter:
def __init__(self): def __init__(self):
# We're going to assume that the robot is pointing up the x-axis, so that # We're going to assume that the robot is pointing up the x-axis, so that
# any points with y coordinates further than half of the defined # any points with y coordinates further than half of the defined
# width (1 meter) from the axis are not considered. # width (1 meter) from the axis are not considered.
self.width = 1 self.width = 1

Loading…
Cancel
Save