From f316e6898c1719a227ac338e90e5a47bf0008dec Mon Sep 17 00:00:00 2001 From: wangWking <842749351@qq.com> Date: Fri, 13 May 2022 09:17:05 +0800 Subject: [PATCH] add encoding=utf-8 --- mycobot_communication/scripts/mycobot_services.py | 1 + mycobot_communication/scripts/mycobot_topics_jsnn.py | 0 mycobot_communication/scripts/mycobot_topics_pi.py | 0 mycobot_communication/scripts/mycobot_topics_seeed.py | 0 4 files changed, 1 insertion(+) mode change 100644 => 100755 mycobot_communication/scripts/mycobot_topics_jsnn.py mode change 100644 => 100755 mycobot_communication/scripts/mycobot_topics_pi.py mode change 100644 => 100755 mycobot_communication/scripts/mycobot_topics_seeed.py diff --git a/mycobot_communication/scripts/mycobot_services.py b/mycobot_communication/scripts/mycobot_services.py index 27ebdc2..4a628fd 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_jsnn.py b/mycobot_communication/scripts/mycobot_topics_jsnn.py old mode 100644 new mode 100755 diff --git a/mycobot_communication/scripts/mycobot_topics_pi.py b/mycobot_communication/scripts/mycobot_topics_pi.py old mode 100644 new mode 100755 diff --git a/mycobot_communication/scripts/mycobot_topics_seeed.py b/mycobot_communication/scripts/mycobot_topics_seeed.py old mode 100644 new mode 100755