Changed ApplyBatchSync call by passing do_tick_cue=true
to reduce longitudinal oscillation in hybrid physics mode.
This commit is contained in:
parent
58c7fe3539
commit
fe86dc21d1
|
@ -105,7 +105,7 @@ void BatchControlStage::DataSender() {
|
|||
}
|
||||
// Apply batch command in synchronous RPC call.
|
||||
if (commands != nullptr) {
|
||||
episode_proxy_bcs.Lock()->ApplyBatchSync(*commands.get(), false);
|
||||
episode_proxy_bcs.Lock()->ApplyBatchSync(*commands.get(), true);
|
||||
}
|
||||
// Set flag to false, unblock RunStep() call and release mutex lock.
|
||||
run_step.store(false);
|
||||
|
|
Loading…
Reference in New Issue