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

adds overloads to aggregator::determineTimestamp #40

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    0a299b3 View commit details
    Browse the repository at this point in the history
  2. [RobotTeleportation] Save config from scene file and reload scene if …

    …required (smurfa teleportation possible)
    hwiedPro committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    bf63cab View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Add RepositionTask

    hwiedPro committed May 6, 2019
    Configuration menu
    Copy the full SHA
    feb4ddc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git://github.com/rock-simulation/simulation-…

    …orogen-mars into smurfa
    hwiedPro committed May 6, 2019
    Configuration menu
    Copy the full SHA
    0fded03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191783e View commit details
    Browse the repository at this point in the history
  4. Remove duplicate include

    hwiedPro committed May 6, 2019
    Configuration menu
    Copy the full SHA
    0c5aa98 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

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

Commits on Jul 29, 2019

  1. Merge branch 'master' of git://github.com/rock-simulation/simulation-…

    …orogen-mars into smurfa
    hwiedPro committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    c462e07 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    cafcaa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46045e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ef464 View commit details
    Browse the repository at this point in the history
  4. added AstronautLocalizerTask

    mmaurus committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6e18b71 View commit details
    Browse the repository at this point in the history
  5. adds overloads to aggregator::determineTimestamp

    For the stream aligner and transformer to work, access to a timestamp in
    the message is needed. By default a member variable called "time" is
    assumed to exist, which is not the case in the objectDetectionMessages.
    Therefore, overloads to determineTimestamp are provided which correctly
    access the timestamp in the header of the messages.
    niniemann committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    878dfe1 View commit details
    Browse the repository at this point in the history