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 #!/usr/bin/env python
# -*- coding: utf-8 -*-
import rospy import rospy
import cv2 as cv import cv2 as cv
import numpy as np import numpy as np

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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