Skip to content

Add intro project - #10

Closed
er1c-ding wants to merge 6 commits into
UWARG:mainfrom
er1c-ding:main
Closed

er1c-ding wants to merge 6 commits into
UWARG:mainfrom
er1c-ding:main

Conversation

@er1c-ding

Copy link
Copy Markdown

No description provided.

Comment thread camera/src/sim.py
def _next_timestamp(self) -> float:
timestamp = time.monotonic()
if timestamp <= self._last_timestamp:
timestamp = self._last_timestamp + 1e-6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

monotonic means that this is unnecessary, but this is not blocking!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants