diff --git a/mycobot_communication/scripts/mycobot_services.py b/mycobot_communication/scripts/mycobot_services.py index 27ebdc2..2b97386 100755 --- a/mycobot_communication/scripts/mycobot_services.py +++ b/mycobot_communication/scripts/mycobot_services.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 + # -*- coding: UTF-8 -*- import time import rospy from mycobot_communication.srv import * diff --git a/mycobot_communication/scripts/mycobot_topics.py b/mycobot_communication/scripts/mycobot_topics.py index c731c69..799fe4b 100755 --- a/mycobot_communication/scripts/mycobot_topics.py +++ b/mycobot_communication/scripts/mycobot_topics.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding:utf-8 -*- import time import os import sys diff --git a/mycobot_communication/scripts/mycobot_topics_jsnn.py b/mycobot_communication/scripts/mycobot_topics_jsnn.py old mode 100644 new mode 100755 index 36c35c8..07304f8 --- a/mycobot_communication/scripts/mycobot_topics_jsnn.py +++ b/mycobot_communication/scripts/mycobot_topics_jsnn.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding:utf-8 -*- import time import os import sys diff --git a/mycobot_communication/scripts/mycobot_topics_pi.py b/mycobot_communication/scripts/mycobot_topics_pi.py old mode 100644 new mode 100755 index 98f6530..f43d0da --- a/mycobot_communication/scripts/mycobot_topics_pi.py +++ b/mycobot_communication/scripts/mycobot_topics_pi.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding:utf-8 -*- import time import os import sys diff --git a/mycobot_communication/scripts/mycobot_topics_seeed.py b/mycobot_communication/scripts/mycobot_topics_seeed.py old mode 100644 new mode 100755 index f1d5065..d1e8154 --- a/mycobot_communication/scripts/mycobot_topics_seeed.py +++ b/mycobot_communication/scripts/mycobot_topics_seeed.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding:utf-8 -*- import time import os import sys