Integrates the refactored ground station code to comm.py.
Also, command syntax has changed to where commas now separate arguments instead of spaces.
(eg. ex2.housekeeping.get_hk(1 2 3) -> ex2.housekeeping.get_hk(1,2,3) or ex2.housekeeping.get_hk(1, 2, 3))
Ensure that this PR on ex2_ground_station_software is merged to master first (and then switch the submodule back to the master branch) before merging this pull request.
Integrates the refactored ground station code to comm.py. Also, command syntax has changed to where commas now separate arguments instead of spaces. (eg.
ex2.housekeeping.get_hk(1 2 3)
->ex2.housekeeping.get_hk(1,2,3)
orex2.housekeeping.get_hk(1, 2, 3)
)Ensure that this PR on ex2_ground_station_software is merged to master first (and then switch the submodule back to the master branch) before merging this pull request.