From e31f80ca7d931792ee367256fa3c0c8fb2353160 Mon Sep 17 00:00:00 2001 From: wangWking <842749351@qq.com> Date: Thu, 21 Apr 2022 18:04:55 +0800 Subject: [PATCH] add encoding=utf-8 --- mycobot_320/new_mycobot_320_moveit/scripts/sync_plan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mycobot_320/new_mycobot_320_moveit/scripts/sync_plan.py b/mycobot_320/new_mycobot_320_moveit/scripts/sync_plan.py index 20b9341..5665c3a 100755 --- a/mycobot_320/new_mycobot_320_moveit/scripts/sync_plan.py +++ b/mycobot_320/new_mycobot_320_moveit/scripts/sync_plan.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding:utf-8 -*- import time import subprocess import rospy