Browse Source

removed sys argument.

noetic
Alan G. Sanchez 2 years ago
parent
commit
2056bbf4dc
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__':
rospy.init_node('marker', argv=sys.argv)
rospy.init_node('marker')
balloon = Balloon()
rate = rospy.Rate(10)

Loading…
Cancel
Save