mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
IRIS is back. Still driving on backups. Made modifications for OMSI.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user