Skip to content

Commit

Permalink
fix(camera): improve camera topic hz
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Lis <szymonlis@yahoo.com>
Signed-off-by: Lukasz Chojnacki <lukasz.chojnacki@robotec.ai>
  • Loading branch information
lchojnack and szylis committed Feb 6, 2024
1 parent bd14119 commit 4dc00f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/AWSIM/Scripts/Sensors/Camera/CameraSensorHolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ private IEnumerator FixedUpdateRoutine()
StartCoroutine(RenderCamera(cameraSensors[i], false));
}
}

yield return new WaitForFixedUpdate();
}
}

Expand Down

0 comments on commit 4dc00f7

Please sign in to comment.