Move link mapping into dedicated submodule `vehicle/VehicleAsset.py` with `get_thruster_link_map()` returning typed mapping `{index_str: ThrusterSpec}`. Replace repeated link = { ... } blocks in RPOD with single call.
Move link mapping into dedicated submodule
vehicle/VehicleAsset.pywithget_thruster_link_map()returning typed mapping{index_str: ThrusterSpec}.Replace repeated link = { ... } blocks in RPOD with single call.