mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
add encoding=utf-8
This commit is contained in:
parent
e31f80ca7d
commit
881aae584a
5 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding: UTF-8 -*-
|
||||
import time
|
||||
import rospy
|
||||
from mycobot_communication.srv import *
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding:utf-8 -*-
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
1
mycobot_communication/scripts/mycobot_topics_jsnn.py
Normal file → Executable file
1
mycobot_communication/scripts/mycobot_topics_jsnn.py
Normal file → Executable file
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding:utf-8 -*-
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
1
mycobot_communication/scripts/mycobot_topics_pi.py
Normal file → Executable file
1
mycobot_communication/scripts/mycobot_topics_pi.py
Normal file → Executable file
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding:utf-8 -*-
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
1
mycobot_communication/scripts/mycobot_topics_seeed.py
Normal file → Executable file
1
mycobot_communication/scripts/mycobot_topics_seeed.py
Normal file → Executable file
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python2
|
||||
# -*- coding:utf-8 -*-
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue