This PR modifies the bringup files to use the new mission_orchestration package in stsl. This package coordinates all of the individual robot behaviors needed for the game via a behavior tree. To see the default behavior for the game (at least as much of it as currently exists) see default_mission_tree.xml in stsl.
I also fixed a problem with some of the other launch files where I had mistakenly used param tags instead of arg tags when including other launch files.
This PR modifies the bringup files to use the new mission_orchestration package in stsl. This package coordinates all of the individual robot behaviors needed for the game via a behavior tree. To see the default behavior for the game (at least as much of it as currently exists) see default_mission_tree.xml in stsl.
I also fixed a problem with some of the other launch files where I had mistakenly used
param
tags instead ofarg
tags when including other launch files.