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

agent_info_display plugin using ignition-gui3 #386

Merged
merged 8 commits into from
May 3, 2021

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    b834c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d61cf View commit details
    Browse the repository at this point in the history
  3. AgentInfoDisplay using ignition-gui3

    It almost works
    
    * The floating text moves, but the cars stop moving
    * The plugin will seg-fault if you toggle visibility at
      the wrong time. There is a data race somewhere.
    scpeters committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    39d1f34 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Make all rendering calls during Render event

    This fixes the rendering and the seg-faults by moving all
    ignition::rendering API calls to the eventFilter function
    during the ignition::gui::Render event.
    scpeters committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    a74261c View commit details
    Browse the repository at this point in the history
  2. fix style

    scpeters committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    f1e9c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24e5de View commit details
    Browse the repository at this point in the history
  4. Use ignition Vector3d as intermediate type

    Use an ignition::math::Vector3d for position and linear velocity
    when serializing to string since there is an easy conversion
    method from ignition::msgs.
    scpeters committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    04490de View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

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