Browse Source

Removed sys argument in the example 4 markdown file.

main
Alan G. Sanchez 2 years ago
parent
commit
9ef97f1c9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example_4.md

+ 1
- 1
example_4.md View File

@ -68,7 +68,7 @@ class Balloon():
if __name__ == '__main__': if __name__ == '__main__':
rospy.init_node('marker', argv=sys.argv)
rospy.init_node('marker')
balloon = Balloon() balloon = Balloon()
rate = rospy.Rate(10) rate = rospy.Rate(10)

Loading…
Cancel
Save