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

Qos test #4

Merged
merged 19 commits into from
Apr 3, 2019
Merged

Qos test #4

merged 19 commits into from
Apr 3, 2019

Commits on Mar 19, 2019

  1. initial qos interface changes

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2be4d6b View commit details
    Browse the repository at this point in the history
  2. add creation of event waitable type

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    3855c9c View commit details
    Browse the repository at this point in the history
  3. add event APIs to wait_set

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    393cff2 View commit details
    Browse the repository at this point in the history
  4. Add rcl_take_event

    * EDIT: alphabetical order cmakelist and imports
    
    Signed-off-by: Miaofei <miaofei@amazon.com>
    ross-desmond authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2b669dc View commit details
    Browse the repository at this point in the history
  5. fix some ros2 build issues

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a524654 View commit details
    Browse the repository at this point in the history
  6. add rcl event type enum

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    b256ec2 View commit details
    Browse the repository at this point in the history
  7. fix lint errors

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    20553d3 View commit details
    Browse the repository at this point in the history
  8. apply uncrustify

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 authored and Emerson Knapp committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    960bcd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    bda0992 View commit details
    Browse the repository at this point in the history
  2. Refactor graph API docs (ros2#401)

    Fix errors, remove redundant information, and try to make sentences more concise.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    03dec21 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. fix segfault when initializing rmw_event_t

    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    1ccce36 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Use new qos policy defs

    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    682c70c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. fix invalid memory access

    (rmw_events_t::events to point to rmw_event_t instead of rmw_event_t::data)
    
    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    1e40ba7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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

Commits on Mar 28, 2019

  1. revert changes to client and services

    address PR comments
    
    Signed-off-by: Miaofei <miaofei@amazon.com>
    mm318 committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    23cd7a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b39cf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

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

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    9a2dd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31f7c42 View commit details
    Browse the repository at this point in the history