IRIS is back. Still driving on backups. Made modifications for OMSI.

This commit is contained in:
2018-06-14 14:15:51 -07:00
parent d89685a156
commit f132bb38d4
5 changed files with 42 additions and 40 deletions

View File

@@ -91,10 +91,10 @@ class DriveCoordinator(object):
sleep(max(self.wait_time - time_diff, 0))
def process_drive_commands(self):
# if not self.drive_command_data["iris"]["message"].ignore_drive_control:
# self.send_drive_control_command(self.drive_command_data["iris"])
# else:
self.send_drive_control_command(self.drive_command_data["ground_station"])
if not self.drive_command_data["iris"]["message"].ignore_drive_control:
self.send_drive_control_command(self.drive_command_data["iris"])
else:
self.send_drive_control_command(self.drive_command_data["ground_station"])
def send_drive_control_command(self, drive_command_data):