open-rmf / fleet_adapter_template

Apache License 2.0
13 stars 21 forks source link

Add fleet config after adding robot transforms #26

Closed xiyuoh closed 5 months ago

xiyuoh commented 1 year ago

This PR fixes a previous bug where the configured RMF to robot (and vice versa) coordinate transformation is only added to the FleetConfiguration after the EasyFullControl robot handle is added and created. By moving the add_easy_fleet call down, we can ensure that these transformations are stored in the fleet and used properly.