Closed mxgrey closed 2 years ago
From this line of code it looks like the mission creation API is always being used, because (if I understand correctly) the create_move_coordinate_mission function will always be called before the dict lookup is performed.
create_move_coordinate_mission
Closing via https://github.com/osrf/fleet_adapter_mir/pull/16
From this line of code it looks like the mission creation API is always being used, because (if I understand correctly) the
create_move_coordinate_mission
function will always be called before the dict lookup is performed.