@@ -120,7 +120,7 @@ def inverse_kinematics(self, *args, **kwargs):
120120 Exception
121121 Planner does not have this feature.
122122 """
123- raise Exception (' Assigned planner does not have this feature.' )
123+ raise Exception (" Assigned planner does not have this feature." )
124124
125125 def forward_kinematics (self , * args , ** kwargs ):
126126 """Default method for planner.
@@ -130,7 +130,7 @@ def forward_kinematics(self, *args, **kwargs):
130130 Exception
131131 Planner does not have this feature.
132132 """
133- raise Exception (' Assigned planner does not have this feature.' )
133+ raise Exception (" Assigned planner does not have this feature." )
134134
135135 def plan_motion (self , * args , ** kwargs ):
136136 """Default method for planner.
@@ -140,7 +140,7 @@ def plan_motion(self, *args, **kwargs):
140140 Exception
141141 Planner does not have this feature.
142142 """
143- raise Exception (' Assigned planner does not have this feature.' )
143+ raise Exception (" Assigned planner does not have this feature." )
144144
145145 def plan_cartesian_motion (self , * args , ** kwargs ):
146146 """Default method for planner.
@@ -150,7 +150,7 @@ def plan_cartesian_motion(self, *args, **kwargs):
150150 Exception
151151 Planner does not have this feature.
152152 """
153- raise Exception (' Assigned planner does not have this feature.' )
153+ raise Exception (" Assigned planner does not have this feature." )
154154
155155 # ==========================================================================
156156 # collision objects and planning scene
@@ -164,7 +164,7 @@ def get_planning_scene(self, *args, **kwargs):
164164 Exception
165165 Planner does not have this feature.
166166 """
167- raise Exception (' Assigned planner does not have this feature.' )
167+ raise Exception (" Assigned planner does not have this feature." )
168168
169169 def reset_planning_scene (self , * args , ** kwargs ):
170170 """Default method for planner.
@@ -174,7 +174,7 @@ def reset_planning_scene(self, *args, **kwargs):
174174 Exception
175175 Planner does not have this feature.
176176 """
177- raise Exception (' Assigned planner does not have this feature.' )
177+ raise Exception (" Assigned planner does not have this feature." )
178178
179179 def add_collision_mesh (self , * args , ** kwargs ):
180180 """Default method for planner.
@@ -184,7 +184,7 @@ def add_collision_mesh(self, *args, **kwargs):
184184 Exception
185185 Planner does not have this feature.
186186 """
187- raise Exception (' Assigned planner does not have this feature.' )
187+ raise Exception (" Assigned planner does not have this feature." )
188188
189189 def remove_collision_mesh (self , * args , ** kwargs ):
190190 """Default method for planner.
@@ -194,7 +194,7 @@ def remove_collision_mesh(self, *args, **kwargs):
194194 Exception
195195 Planner does not have this feature.
196196 """
197- raise Exception (' Assigned planner does not have this feature.' )
197+ raise Exception (" Assigned planner does not have this feature." )
198198
199199 def append_collision_mesh (self , * args , ** kwargs ):
200200 """Default method for planner.
@@ -204,7 +204,7 @@ def append_collision_mesh(self, *args, **kwargs):
204204 Exception
205205 Planner does not have this feature.
206206 """
207- raise Exception (' Assigned planner does not have this feature.' )
207+ raise Exception (" Assigned planner does not have this feature." )
208208
209209 def add_attached_collision_mesh (self , * args , ** kwargs ):
210210 """Default method for planner.
@@ -214,7 +214,7 @@ def add_attached_collision_mesh(self, *args, **kwargs):
214214 Exception
215215 Planner does not have this feature.
216216 """
217- raise Exception (' Assigned planner does not have this feature.' )
217+ raise Exception (" Assigned planner does not have this feature." )
218218
219219 def remove_attached_collision_mesh (self , * args , ** kwargs ):
220220 """Default method for planner.
@@ -224,4 +224,4 @@ def remove_attached_collision_mesh(self, *args, **kwargs):
224224 Exception
225225 Planner does not have this feature.
226226 """
227- raise Exception (' Assigned planner does not have this feature.' )
227+ raise Exception (" Assigned planner does not have this feature." )
0 commit comments