Version 2.2.1
Bug Fixes
- Fix an if that was supposed to be an elif.
- Move ros node initialization in ss_game_node out of the launch_game function
and into a class variable, where it used to be, because the ros node was not
initializing from the function.