Skip to content

Commit

Permalink
remove keyboard control dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alptuğ Cırıt <[email protected]>
  • Loading branch information
mozhoku committed Sep 9, 2024
1 parent cfcf182 commit bef40ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private void FixedUpdate()
else
{
// If keyboard enabled stop Autoware control.
if (_standardInput.enabled) return;
// if (_standardInput.enabled) return;

// Control the vehicle based on the control mode
ControlVehicle(ControlModeInput);
Expand Down

0 comments on commit bef40ce

Please sign in to comment.