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

[meshcat] Add realtime rate display to MeshcatVisualizer #16981

Merged

Commits on Apr 18, 2022

  1. Add realtime rate display to MeshcatVisualizer

    This commit adds a stip chart displaying Drake simulator RTR in the meshcat visualizer web page. We depend on Stats.js to draw the chart.
    
    release notes: none
    Patrick Hammer committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    9358870 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Review comments, mostly style

    Patrick Hammer committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8a21e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Make rtr plot hidden depending on meshcat params.

    Patrick Hammer committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4423a16 View commit details
    Browse the repository at this point in the history
  2. Add Timer interface which can be mocked to test realtime rate calcula…

    …tion.
    Patrick Hammer committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    43127c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Add realtimerate display unit tests to Meshcat and realtime rate calc…

    …ulation unit tests.
    Patrick Hammer committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    48ec72c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Fix time_test whitespace.

    Patrick Hammer committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    fd52446 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    d491ac5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Alphabetize some build parts. Point stats.js repo to head of master b…

    …ranch.
    hammerpa committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9601347 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    a43d17f View commit details
    Browse the repository at this point in the history
  2. Naming cleanup and style guide fixes.

    Patrick Hammer committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    20325aa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Make show_stats_plot positive. Change Timer to return doubles and not…

    … std::chrono objects.
    Patrick Hammer committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    401102b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d306ce View commit details
    Browse the repository at this point in the history
  3. Fix timer.h include path

    Patrick Hammer committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    c981b4b View commit details
    Browse the repository at this point in the history
  4. point new TODOs to RobotLocomotion#16486

    Patrick Hammer committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    69981d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. protect timer copy move assign constructors.

    Patrick Hammer committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    414b0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883e7bf View commit details
    Browse the repository at this point in the history
  3. add pybinding for show_stats_plot to pybinding unit tests.

    Patrick Hammer committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    4bf6648 View commit details
    Browse the repository at this point in the history
  4. add pybinding Meshcat::SetRealtimeRate.

    Patrick Hammer committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    4aac533 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    90e7098 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    9e5c255 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. platform review comments

    Patrick Hammer committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d376952 View commit details
    Browse the repository at this point in the history
  2. small formatting fix and new todo

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5e84740 View commit details
    Browse the repository at this point in the history
  3. make timer_test more robust.

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    72e4db3 View commit details
    Browse the repository at this point in the history
  4. comment indentation

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f9f64e4 View commit details
    Browse the repository at this point in the history
  5. fix indentation

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    584949a View commit details
    Browse the repository at this point in the history
  6. rename CalculateRealtimeRate

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    56c3b16 View commit details
    Browse the repository at this point in the history
  7. make timer_test test the function of Start()

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    48daa57 View commit details
    Browse the repository at this point in the history
  8. make steady timer constructor call Start()

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e9c35e8 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary call to chrono

    hammerpa committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    beef7ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2c0e82a View commit details
    Browse the repository at this point in the history