@@ -250,59 +250,59 @@ def extract_paint_heliostat_properties(
250250
251251 kinematics_deviations = KinematicsDeviations (
252252 first_joint_translation_e = torch .tensor (
253- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
253+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
254254 paint_mappings .FIRST_JOINT_TRANSLATION_E_KEY
255255 ],
256256 device = device ,
257257 ),
258258 first_joint_translation_n = torch .tensor (
259- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
259+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
260260 paint_mappings .FIRST_JOINT_TRANSLATION_N_KEY
261261 ],
262262 device = device ,
263263 ),
264264 first_joint_translation_u = torch .tensor (
265- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
265+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
266266 paint_mappings .FIRST_JOINT_TRANSLATION_U_KEY
267267 ],
268268 device = device ,
269269 ),
270270 first_joint_tilt_n = torch .tensor (0.0 , device = device ),
271271 first_joint_tilt_u = torch .tensor (0.0 , device = device ),
272272 second_joint_translation_e = torch .tensor (
273- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
273+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
274274 paint_mappings .SECOND_JOINT_TRANSLATION_E_KEY
275275 ],
276276 device = device ,
277277 ),
278278 second_joint_translation_n = torch .tensor (
279- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
279+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
280280 paint_mappings .SECOND_JOINT_TRANSLATION_N_KEY
281281 ],
282282 device = device ,
283283 ),
284284 second_joint_translation_u = torch .tensor (
285- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
285+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
286286 paint_mappings .SECOND_JOINT_TRANSLATION_U_KEY
287287 ],
288288 device = device ,
289289 ),
290290 second_joint_tilt_e = torch .tensor (0.0 , device = device ),
291291 second_joint_tilt_n = torch .tensor (0.0 , device = device ),
292292 concentrator_translation_e = torch .tensor (
293- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
293+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
294294 paint_mappings .CONCENTRATOR_TRANSLATION_E_KEY
295295 ],
296296 device = device ,
297297 ),
298298 concentrator_translation_n = torch .tensor (
299- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
299+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
300300 paint_mappings .CONCENTRATOR_TRANSLATION_N_KEY
301301 ],
302302 device = device ,
303303 ),
304304 concentrator_translation_u = torch .tensor (
305- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
305+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
306306 paint_mappings .CONCENTRATOR_TRANSLATION_U_KEY
307307 ],
308308 device = device ,
@@ -319,7 +319,7 @@ def extract_paint_heliostat_properties(
319319 )
320320
321321 paint_actuators = list (
322- heliostat_dict [paint_mappings .KINEMATIC_PROPERTIES_KEY ][
322+ heliostat_dict [paint_mappings .KINEMATICS_PROPERTIES_KEY ][
323323 paint_mappings .ACTUATOR_KEY
324324 ]
325325 )
0 commit comments