fix(lab): стабилизировать нативный RAV004 replay
This commit is contained in:
@@ -93,6 +93,7 @@ class _RecordedBlueprintStream:
|
||||
eye_contract = (follow_trajectory, plan_view)
|
||||
update_eye_controls = self._eye_contract != eye_contract
|
||||
blueprint = blueprint_factory(update_eye_controls)
|
||||
make_active = self._sequence == 0
|
||||
self._blueprint_recording.set_time(
|
||||
"blueprint",
|
||||
sequence=self._sequence,
|
||||
@@ -102,7 +103,7 @@ class _RecordedBlueprintStream:
|
||||
self._blueprint_recording.flush(timeout_sec=5.0)
|
||||
bindings.send_blueprint(
|
||||
self._blueprint_memory.storage,
|
||||
True,
|
||||
make_active,
|
||||
False,
|
||||
self._transport_recording.to_native(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user