Browse Source

Fixed the typo.

noetic
Alan G. Sanchez 2 years ago
parent
commit
a9988e80a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/scan_filter.py

+ 1
- 1
src/scan_filter.py View File

@ -59,7 +59,7 @@ if __name__ == '__main__':
rospy.init_node('scan_filter')
# Instantiate the ScanFilter class
Scanfilter()
ScanFilter()
# Give control to ROS. This will allow the callback to be called whenever new
# messages come in. If we don't put this line in, then the node will not work,

Loading…
Cancel
Save