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

Add support for actions - Do not merge! #17

Open
wants to merge 41 commits into
base: irobot/add-events-executor
Choose a base branch
from

Commits on Oct 2, 2020

  1. Add apis: set entities callback

    Mauro committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    57d7241 View commit details
    Browse the repository at this point in the history
  2. Add set_guard_condition_callback api

    Mauro committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5a2fa8c View commit details
    Browse the repository at this point in the history
  3. Move apis - Add constness

    Mauro committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    694d4a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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

Commits on Oct 12, 2020

  1. Merge pull request ros2#1 from mauropasse/mauro/add-events-executor

    Mauro/add events executor
    iRobot ROS authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    3c3411f View commit details
    Browse the repository at this point in the history
  2. Rename to set_events_executor_callback

    Mauro committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    092885f View commit details
    Browse the repository at this point in the history
  3. Rename Event_callback -> ExecutorEventCallback

    Mauro committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    de9b4b6 View commit details
    Browse the repository at this point in the history
  4. update name

    Mauro committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    059675f View commit details
    Browse the repository at this point in the history
  5. Merge pull request ros2#2 from mauropasse/mauro-irobot/add-events-exe…

    …cutor
    
    Renaming
    iRobot ROS authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4f94bad View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Add events support

    Mauro committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f36f0ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#3 from mauropasse/mauro-irobot/add-events-exe…

    …cutor
    
    Add events support
    iRobot ROS authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    172f7b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. void return on set_events_executor_callback

    Mauro committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2d63886 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#4 from mauropasse/mauro-irobot/add-events-exe…

    …cutor
    
    void return on set_events_executor_callback
    iRobot ROS authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1f30c6d View commit details
    Browse the repository at this point in the history
  3. Revert "void return on set_events_executor_callback"

    iRobot ROS authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    e0957fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request ros2#5 from irobot-ros/revert-4-mauro-irobot/add-e…

    …vents-executor
    
    Revert "void return on set_events_executor_callback"
    iRobot ROS authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    55d37ca View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    476fd63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#6 from mauropasse/mauro-irobot/add-events-exe…

    …cutor
    
    Rename ExecutorEventCallback -> EventsExecutorCallback
    iRobot ROS authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    138c5a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Rename set_events_executor_callback->set_listener_callback

    Mauro Passerino committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    08114c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Use data types when setting callbacks

    Mauro Passerino committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    b5cbca0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#8 from mauropasse/mauro/pr-events-executor-2

    Use data types when setting callbacks
    iRobot ROS authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    02ed67c View commit details
    Browse the repository at this point in the history
  3. Move rcutils/executor_event_types.h to rmw/

    Mauro Passerino committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    1e4469e View commit details
    Browse the repository at this point in the history
  4. Merge pull request ros2#9 from mauropasse/mauro/pr-events-executor-2

    Move rcutils/executor_event_types.h to rmw/executor_event_types.h
    iRobot ROS authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    78c4232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6166601 View commit details
    Browse the repository at this point in the history
  6. rename event types

    Mauro Passerino committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    77ab417 View commit details
    Browse the repository at this point in the history
  7. Rename executor_context->callback_context

    Mauro Passerino committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    1850030 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ros2#7 from mauropasse/mauro/pr-events-executor

    Rename set_events_executor_callback->set_listener_callback
    iRobot ROS authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5136110 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Rename callback_context->user_data

    Mauro Passerino committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    527e32c View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#10 from mauropasse/mauro/events-executor-PR-f…

    …ixes
    
    Rename callback_context->user_data
    iRobot ROS authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    76c982e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Merge remote-tracking branch 'upstream/master' into irobot/add-events…

    …-executor
    Alberto Soragna committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    57475b9 View commit details
    Browse the repository at this point in the history
  2. Reorder APIs arguments

    Mauro Passerino committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    fd9c5de View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request ros2#11 from mauropasse/mauro/clean-events-executor

    Reorder APIs arguments
    iRobot ROS authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    c0d2cd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. rename rmw_listener_cb_t->rmw_listener_callback_t

    Mauro Passerino committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    82d4119 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#12 from mauropasse/mauro/clean-events-executor

    rename rmw_listener_cb_t->rmw_listener_callback_t
    iRobot ROS authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ffd59eb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. use void * to pass executor ptr

    Mauro Passerino committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    7d7e59a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request ros2#13 from mauropasse/mauro/use-void-ptr

    Use void * to pass executor ptr
    iRobot ROS authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2d7af4e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Rework executor callback data

    Mauro Passerino committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    d97b249 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros2#14 from mauropasse/mauro/group-callback-data

    Rework executor callback data
    iRobot ROS authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    af95c9e View commit details
    Browse the repository at this point in the history
  3. Use RMW renamed file

    Mauro Passerino committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    205bee5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Merge pull request ros2#15 from mauropasse/mauro/group-callback-data

    Use RMW renamed file
    iRobot ROS authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    62fdb7b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Add support to actions

    Mauro Passerino committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1fce4a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update file name

    Mauro Passerino committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8b906a1 View commit details
    Browse the repository at this point in the history