gate carOutput valid on carControl valid

pull/32380/head
Shane Smiskol 1 year ago
parent ed59b180fe
commit f6608a49e8
  1. 2
      selfdrive/car/card.py

@ -123,7 +123,7 @@ class Car:
# publish new carOutput # publish new carOutput
co_send = messaging.new_message('carOutput') co_send = messaging.new_message('carOutput')
co_send.valid = True co_send.valid = self.sm.all_checks(['carControl'])
if self.last_actuators is not None: if self.last_actuators is not None:
co_send.carOutput.actuatorsOutput = self.last_actuators co_send.carOutput.actuatorsOutput = self.last_actuators
self.pm.send('carOutput', co_send) self.pm.send('carOutput', co_send)

Loading…
Cancel
Save