summarylogtreecommitdiffstats
path: root/spawn_model.patch
blob: 720c302a9862232c073387b59541d572179ced74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
--- _SpawnModel.py.orig	2019-12-03 12:29:52.077438274 -0500
+++ _SpawnModel.py	2019-12-03 12:31:37.704109431 -0500
@@ -93,19 +93,19 @@
     try:
       _x = self.model_name
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
       _x = self.model_xml
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
       _x = self.robot_namespace
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
@@ -113,7 +113,7 @@
       buff.write(_get_struct_7d().pack(_x.initial_pose.position.x, _x.initial_pose.position.y, _x.initial_pose.position.z, _x.initial_pose.orientation.x, _x.initial_pose.orientation.y, _x.initial_pose.orientation.z, _x.initial_pose.orientation.w))
       _x = self.reference_frame
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
@@ -183,19 +183,19 @@
     try:
       _x = self.model_name
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
       _x = self.model_xml
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
       _x = self.robot_namespace
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
@@ -203,7 +203,7 @@
       buff.write(_get_struct_7d().pack(_x.initial_pose.position.x, _x.initial_pose.position.y, _x.initial_pose.position.z, _x.initial_pose.orientation.x, _x.initial_pose.orientation.y, _x.initial_pose.orientation.z, _x.initial_pose.orientation.w))
       _x = self.reference_frame
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
@@ -333,7 +333,7 @@
       buff.write(_get_struct_B().pack(self.success))
       _x = self.status_message
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))
@@ -375,7 +375,7 @@
       buff.write(_get_struct_B().pack(self.success))
       _x = self.status_message
       length = len(_x)
-      if python3 or type(_x) == unicode:
+      if type(_x) == str:
         _x = _x.encode('utf-8')
         length = len(_x)
       buff.write(struct.pack('<I%ss'%length, length, _x))