This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_tutorials
mirror of
https://github.com/hello-robot/stretch_tutorials.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Removed sys argument in the example 4 markdown file.
main
Alan G. Sanchez
2 years ago
parent
c6ba56d7e9
commit
9ef97f1c9d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save