Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize render updates and use of thread mutexes in Sensors system #1938

Merged
merged 7 commits into from
Apr 25, 2023

Commits on Mar 18, 2023

  1. profiling

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    4f37276 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. avoid locking during render updates

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0bc4f46 View commit details
    Browse the repository at this point in the history
  2. remove printlns

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    20112f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix next update time, add function to check for event connection coun…

    …t, update scene tree only when there are sensor or event subscribers
    
    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4fdea33 View commit details
    Browse the repository at this point in the history
  2. fixing reset test

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f06656a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. add integration test

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8950f51 View commit details
    Browse the repository at this point in the history
  2. remove white space

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    220df1f View commit details
    Browse the repository at this point in the history