StarlingUAS / ProjectStarling

BRL Flight Arena Infrastructure 2.0
Other
16 stars 3 forks source link

Ros1 parameter bridge topics missing VEHICLE_NAMESPACE #113

Closed mhl787156 closed 2 years ago

mhl787156 commented 2 years ago

This PR addresses the bug in which bridge_config_mod.yaml is written two twice. The first time adds VEHICLE_NAMESPACE to topics, the second appends it to the front of services. However the second time was overwriting the first as they were both reading from the original source.

Change now ensure that the second write happens in place on the already modified configuration.