add encoding=utf-8

This commit is contained in:
wangWking 2022-04-21 17:35:42 +08:00
parent d27d6ae135
commit b34f476582
8 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import rospy
import cv2 as cv
import numpy as np

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python2
# coding:utf-8
# -*- coding: utf-8 -*-
import rospy
from visualization_msgs.msg import Marker
import time

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import time
import rospy

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import time
import rospy

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# license removed for brevity
import time
import math

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import math
import rospy

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""[summary]
This file obtains the joint angle of the manipulator in ROS,

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
# from mycobot_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus
from mypalletizer_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus