-
Notifications
You must be signed in to change notification settings - Fork 2
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! #51
base: irobot/add-events-executor
Are you sure you want to change the base?
Add support for actions - Do not merge! #51
Commits on Oct 2, 2020
-
Mauro committed
Oct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for cfba246 - Browse repository at this point
Copy the full SHA cfba246View commit details -
Handle intra-process communication
Mauro committedOct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for e773a0b - Browse repository at this point
Copy the full SHA e773a0bView commit details -
Mauro committed
Oct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 09c5553 - Browse repository at this point
Copy the full SHA 09c5553View commit details
Commits on Oct 5, 2020
-
Create raw pointer version of Executor::execute_<ENTITY>
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for e7ddba8 - Browse repository at this point
Copy the full SHA e7ddba8View commit details -
Remove exec mutex. Add comments
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 0696147 - Browse repository at this point
Copy the full SHA 0696147View commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f2a7c29 - Browse repository at this point
Copy the full SHA f2a7c29View commit details -
Change how to add node gc's to entities collector
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6de9fd7 - Browse repository at this point
Copy the full SHA 6de9fd7View commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 60351b0 - Browse repository at this point
Copy the full SHA 60351b0View commit details -
Use EventsExecutorEntitiesCollector
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 7da26ac - Browse repository at this point
Copy the full SHA 7da26acView commit details -
restore original StaticExecutorEntitiesCollector
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 2169417 - Browse repository at this point
Copy the full SHA 2169417View commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for ca15daa - Browse repository at this point
Copy the full SHA ca15daaView commit details -
Handle timers from EventsExecutorEntitiesCollector
Mauro committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 645c93b - Browse repository at this point
Copy the full SHA 645c93bView commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 16e876b - Browse repository at this point
Copy the full SHA 16e876bView commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for db4d209 - Browse repository at this point
Copy the full SHA db4d209View commit details -
Mauro committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 428522b - Browse repository at this point
Copy the full SHA 428522bView commit details
Commits on Oct 6, 2020
-
Use or discard previous events: Guard conditions
Mauro committedOct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d9039cc - Browse repository at this point
Copy the full SHA d9039ccView commit details -
Mauro committed
Oct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for f0c9906 - Browse repository at this point
Copy the full SHA f0c9906View commit details -
Remove node from executor support
Mauro committedOct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for b6f0922 - Browse repository at this point
Copy the full SHA b6f0922View commit details -
move execute entities to executor.cpp
Mauro committedOct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for dd29fa0 - Browse repository at this point
Copy the full SHA dd29fa0View commit details -
Mauro committed
Oct 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e55fc7 - Browse repository at this point
Copy the full SHA 8e55fc7View commit details
Commits on Oct 7, 2020
-
init entities collector at executor construction
Mauro committedOct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for a8bd37d - Browse repository at this point
Copy the full SHA a8bd37dView commit details -
reimplement timers heap -> timers queue
Mauro committedOct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 4c03213 - Browse repository at this point
Copy the full SHA 4c03213View commit details -
Mauro committed
Oct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for aa4f736 - Browse repository at this point
Copy the full SHA aa4f736View commit details -
Mauro committed
Oct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for f630da9 - Browse repository at this point
Copy the full SHA f630da9View commit details
Commits on Oct 8, 2020
-
Mauro committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 45e5885 - Browse repository at this point
Copy the full SHA 45e5885View commit details -
Mauro committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 8bcd14f - Browse repository at this point
Copy the full SHA 8bcd14fView commit details -
Mauro committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 33f1566 - Browse repository at this point
Copy the full SHA 33f1566View commit details -
Mauro committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for a5e0d76 - Browse repository at this point
Copy the full SHA a5e0d76View commit details -
Check rclcpp::ok before execute timers
Mauro committedOct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for a34bc25 - Browse repository at this point
Copy the full SHA a34bc25View commit details
Commits on Oct 9, 2020
-
Mauro committed
Oct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d67207c - Browse repository at this point
Copy the full SHA d67207cView commit details -
Set interrupt guard condition callback
Mauro committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for c9d395e - Browse repository at this point
Copy the full SHA c9d395eView commit details
Commits on Oct 12, 2020
-
create TimersManager class, implement spin() variants for EventsExecu…
…tor and fix unit tests Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10f4074 - Browse repository at this point
Copy the full SHA 10f4074View commit details -
Merge pull request #2 from alsora/asoragna/add-events-executor
Asoragna/add events executor
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 295a337 - Browse repository at this point
Copy the full SHA 295a337View commit details -
Rename EventQ -> ExecutorEvent
Mauro committedOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for f25d4c6 - Browse repository at this point
Copy the full SHA f25d4c6View commit details -
rename set_guard_condition_callback -> set_callback
Mauro committedOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for a8feedc - Browse repository at this point
Copy the full SHA a8feedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a6088 - Browse repository at this point
Copy the full SHA 43a6088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54054f6 - Browse repository at this point
Copy the full SHA 54054f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ac324 - Browse repository at this point
Copy the full SHA 78ac324View commit details -
Rename to set_events_executor_callback
Mauro committedOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for b91edea - Browse repository at this point
Copy the full SHA b91edeaView commit details -
Merge pull request #4 from alsora/asoragna/remove-handle
remove unused handle_events() function
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a5bd1f - Browse repository at this point
Copy the full SHA 7a5bd1fView commit details -
Rename to ExecutorEventCallback
Mauro committedOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for caf3532 - Browse repository at this point
Copy the full SHA caf3532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6454eb8 - Browse repository at this point
Copy the full SHA 6454eb8View commit details -
Merge pull request #3 from mauropasse/mauro-irobot/add-events-executor
Rename stuff
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 465e2ca - Browse repository at this point
Copy the full SHA 465e2caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89721e9 - Browse repository at this point
Copy the full SHA 89721e9View commit details -
rename functions in unit-tests
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf8fc9a - Browse repository at this point
Copy the full SHA cf8fc9aView commit details -
Merge pull request #7 from alsora/asoragna/fix-tests
rename functions in unit-tests
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for e1263ee - Browse repository at this point
Copy the full SHA e1263eeView commit details -
add timers manager test and bug fixes
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07876aa - Browse repository at this point
Copy the full SHA 07876aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c441ea5 - Browse repository at this point
Copy the full SHA c441ea5View commit details -
Merge pull request #5 from alsora/asoragna/add-predicate
add missing predicate to event_queue_cv wait
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for eb0bb01 - Browse repository at this point
Copy the full SHA eb0bb01View commit details -
Merge pull request #6 from alsora/asoragna/linter-errors
fix linter errors
iRobot ROS authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 2037ee5 - Browse repository at this point
Copy the full SHA 2037ee5View commit details
Commits on Oct 13, 2020
-
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3552a80 - Browse repository at this point
Copy the full SHA 3552a80View commit details -
Merge pull request #9 from alsora/asoragna/cleanup-entities-collector
cleanup entities collector
iRobot ROS authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 198aa9f - Browse repository at this point
Copy the full SHA 198aa9fView commit details -
Mauro committed
Oct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 652ccf8 - Browse repository at this point
Copy the full SHA 652ccf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 292e7a9 - Browse repository at this point
Copy the full SHA 292e7a9View commit details -
Merge pull request #8 from alsora/asoragna/timers-test
add timers manager test and bug fixes
iRobot ROS authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 38f92d2 - Browse repository at this point
Copy the full SHA 38f92d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c36010 - Browse repository at this point
Copy the full SHA 5c36010View commit details -
Merge pull request ros2#10 from alsora/asoragna/override-cancel
override cancel
iRobot ROS authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 427e17c - Browse repository at this point
Copy the full SHA 427e17cView commit details -
Merge pull request ros2#11 from mauropasse/mauro-irobot/add-events-ex…
…ecutor Support events
iRobot ROS authoredOct 13, 2020 Configuration menu - View commit details
-
Copy full SHA for ab92918 - Browse repository at this point
Copy the full SHA ab92918View commit details
Commits on Oct 14, 2020
-
void return on set_events_executor_callback
Mauro committedOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 73d73e8 - Browse repository at this point
Copy the full SHA 73d73e8View commit details -
iRobot ROS authored
Oct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 7563538 - Browse repository at this point
Copy the full SHA 7563538View commit details -
iRobot ROS authored
Oct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 24ccf6e - Browse repository at this point
Copy the full SHA 24ccf6eView commit details -
Merge pull request ros2#12 from mauropasse/mauro-irobot/add-events-ex…
…ecutor void return on set_events_executor_callback
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 78adf05 - Browse repository at this point
Copy the full SHA 78adf05View commit details -
clean add/remove node APIs and make sure that event callbacks are rem…
…oved when destroying executor Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92d2883 - Browse repository at this point
Copy the full SHA 92d2883View commit details -
Revert "void return on set_events_executor_callback"
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f32325 - Browse repository at this point
Copy the full SHA 6f32325View commit details -
Merge pull request ros2#15 from irobot-ros/revert-12-mauro-irobot/add…
…-events-executor Revert "void return on set_events_executor_callback"
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 419054b - Browse repository at this point
Copy the full SHA 419054bView commit details -
Merge branch 'irobot/add-events-executor' into asoragna/clean-entitie…
…s-collector
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 05ca12f - Browse repository at this point
Copy the full SHA 05ca12fView commit details -
Merge pull request ros2#14 from alsora/asoragna/clean-entities-collector
clean entities collector
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 2898804 - Browse repository at this point
Copy the full SHA 2898804View commit details -
more thread safety and events executor test
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e022f6 - Browse repository at this point
Copy the full SHA 0e022f6View commit details -
remove atomic and use mutex to protect running_ flag
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da55bd9 - Browse repository at this point
Copy the full SHA da55bd9View commit details -
Merge pull request ros2#16 from alsora/asoragna/events-executor-tests
more thread safety and events executor test
iRobot ROS authoredOct 14, 2020 Configuration menu - View commit details
-
Copy full SHA for aaaa265 - Browse repository at this point
Copy the full SHA aaaa265View commit details
Commits on Oct 15, 2020
-
minor cleanup of comments and spin_some timeout
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77ecdb - Browse repository at this point
Copy the full SHA a77ecdbView commit details -
Merge pull request ros2#17 from alsora/asoragna/minor-clean
minor cleanup of comments and spin_some timeout
iRobot ROS authoredOct 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 719ff15 - Browse repository at this point
Copy the full SHA 719ff15View commit details
Commits on Oct 16, 2020
-
complete destruction callback implementation
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a17991 - Browse repository at this point
Copy the full SHA 9a17991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f32ef - Browse repository at this point
Copy the full SHA 37f32efView commit details -
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8a59f9 - Browse repository at this point
Copy the full SHA e8a59f9View commit details -
use std:: functions for heap and minor fixes
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83c5659 - Browse repository at this point
Copy the full SHA 83c5659View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96f12a - Browse repository at this point
Copy the full SHA f96f12aView commit details -
Merge pull request ros2#19 from alsora/asoragna/destruction-callback
Asoragna/destruction callback
iRobot ROS authoredOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 92aebad - Browse repository at this point
Copy the full SHA 92aebadView commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 773f8f5 - Browse repository at this point
Copy the full SHA 773f8f5View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 7840433 - Browse repository at this point
Copy the full SHA 7840433View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 440b3f0 - Browse repository at this point
Copy the full SHA 440b3f0View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for a1e9f00 - Browse repository at this point
Copy the full SHA a1e9f00View commit details -
Remove not needed unset_node_entities_callbacks
Mauro committedOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 236a473 - Browse repository at this point
Copy the full SHA 236a473View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 7772beb - Browse repository at this point
Copy the full SHA 7772bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4d2e0 - Browse repository at this point
Copy the full SHA cf4d2e0View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 69b244e - Browse repository at this point
Copy the full SHA 69b244eView commit details -
Remove not needed unset_node_entities_callbacks
Mauro committedOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a8e451 - Browse repository at this point
Copy the full SHA 9a8e451View commit details -
Mauro committed
Oct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 6f41af9 - Browse repository at this point
Copy the full SHA 6f41af9View commit details -
Set gc's callback only if new node
Mauro committedOct 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c4db59 - Browse repository at this point
Copy the full SHA 8c4db59View commit details
Commits on Oct 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 888ce25 - Browse repository at this point
Copy the full SHA 888ce25View commit details -
Merge pull request ros2#21 from alsora/asoragna/fix-unit-tests
fix unit tests
iRobot ROS authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for a2c3fd2 - Browse repository at this point
Copy the full SHA a2c3fd2View commit details -
Change set/unset node's notify guard condition location
Mauro committedOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for d88d05b - Browse repository at this point
Copy the full SHA d88d05bView commit details -
Don't use weak_nodes list to unset guard conditions
Mauro committedOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 2b9eb8d - Browse repository at this point
Copy the full SHA 2b9eb8dView commit details -
Add nodes_notify_guard_conditions_ list
Mauro committedOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 9b4856f - Browse repository at this point
Copy the full SHA 9b4856fView commit details -
Merge pull request ros2#20 from mauropasse/mauro-irobot/add-events-ex…
…ecutor Add callback groups support
iRobot ROS authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for e596a25 - Browse repository at this point
Copy the full SHA e596a25View commit details -
make sure that node does not get destroyed while unsetting guard cond…
…ition Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d541892 - Browse repository at this point
Copy the full SHA d541892View commit details -
Merge pull request ros2#22 from alsora/asoragna/fix-entity-unset
make sure that node does not get destroyed while unsetting guard condition
iRobot ROS authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for dc3b747 - Browse repository at this point
Copy the full SHA dc3b747View commit details -
fix usage of destruction callback in waitables, add executor notifier
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e0c24e - Browse repository at this point
Copy the full SHA 1e0c24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for faf9d1e - Browse repository at this point
Copy the full SHA faf9d1eView commit details -
add functions for setting/unsetting guard conditions
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9e237a - Browse repository at this point
Copy the full SHA e9e237aView commit details -
Merge pull request ros2#23 from alsora/asoragna/cleanup-and-test
Asoragna/cleanup and test
iRobot ROS authoredOct 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 8688d3b - Browse repository at this point
Copy the full SHA 8688d3bView commit details
Commits on Oct 20, 2020
-
add unit tests for callback groups and fix some issues
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91f1a3b - Browse repository at this point
Copy the full SHA 91f1a3bView commit details -
Merge pull request ros2#24 from alsora/asoragna/latest-test
add unit tests for callback groups and fix some issues
iRobot ROS authoredOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 43c313f - Browse repository at this point
Copy the full SHA 43c313fView commit details -
Rename ExecutorEventCallback -> EventsExecutorCallback
Mauro committedOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 41cc6c0 - Browse repository at this point
Copy the full SHA 41cc6c0View commit details -
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f13d4a - Browse repository at this point
Copy the full SHA 6f13d4aView commit details -
Merge pull request ros2#25 from mauropasse/mauro-irobot/add-events-ex…
…ecutor Rename ExecutorEventCallback -> EventsExecutorCallback
iRobot ROS authoredOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 2259a67 - Browse repository at this point
Copy the full SHA 2259a67View commit details -
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4df706d - Browse repository at this point
Copy the full SHA 4df706dView commit details -
Merge pull request ros2#26 from alsora/asoragna/make-functions-private
Asoragna/make functions private
iRobot ROS authoredOct 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 35741d3 - Browse repository at this point
Copy the full SHA 35741d3View commit details
Commits on Oct 21, 2020
-
Merge remote-tracking branch 'original/master' into irobot/add-events…
…-executor
Soragna, Alberto committedOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for b7174da - Browse repository at this point
Copy the full SHA b7174daView commit details -
Merge pull request ros2#28 from alsora/asoragna/merge-conflicts
Asoragna/merge conflicts
iRobot ROS authoredOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 292fe84 - Browse repository at this point
Copy the full SHA 292fe84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6a1e8 - Browse repository at this point
Copy the full SHA 7d6a1e8View commit details -
Merge pull request ros2#29 from alsora/asoragna/fix-comments
fix comments
iRobot ROS authoredOct 21, 2020 Configuration menu - View commit details
-
Copy full SHA for c8ee3ca - Browse repository at this point
Copy the full SHA c8ee3caView commit details
Commits on Nov 13, 2020
-
Mauro Passerino committed
Nov 13, 2020 Configuration menu - View commit details
-
Copy full SHA for f6a97c5 - Browse repository at this point
Copy the full SHA f6a97c5View commit details
Commits on Nov 17, 2020
-
Merge pull request ros2#30 from mauropasse/mauro/spin-no-args-support
Add spin_some default arg
iRobot ROS authoredNov 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 2828376 - Browse repository at this point
Copy the full SHA 2828376View commit details
Commits on Nov 19, 2020
-
rename local_event_queue->execution_event_queue
Mauro Passerino committedNov 19, 2020 Configuration menu - View commit details
-
Copy full SHA for d1d940e - Browse repository at this point
Copy the full SHA d1d940eView commit details
Commits on Nov 20, 2020
-
Move rcutils/executor_event_types.h to rmw/
Mauro Passerino committedNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ddd6d1 - Browse repository at this point
Copy the full SHA 7ddd6d1View commit details -
Merge pull request ros2#32 from mauropasse/mauro/pr-events-executor-2
Move rcutils/executor_event_types.h to rmw/executor_event_types.h
iRobot ROS authoredNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 5971b41 - Browse repository at this point
Copy the full SHA 5971b41View commit details -
Merge branch 'irobot/add-events-executor' into mauro/pr-events-executor
Mauro Passerino committedNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 5689b08 - Browse repository at this point
Copy the full SHA 5689b08View commit details -
Mauro Passerino committed
Nov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for fb7c97c - Browse repository at this point
Copy the full SHA fb7c97cView commit details -
rename set_events_executor_callback to set_listener_callback
Mauro Passerino committedNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 3318c2d - Browse repository at this point
Copy the full SHA 3318c2dView commit details -
Revert. set_listener_callback->set_events_executor_callback
Mauro Passerino committedNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 0a5f3f2 - Browse repository at this point
Copy the full SHA 0a5f3f2View commit details -
Merge pull request ros2#31 from mauropasse/mauro/pr-events-executor
rename local_event_queue -> execution_event_queue
iRobot ROS authoredNov 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c55f0b - Browse repository at this point
Copy the full SHA 6c55f0bView commit details
Commits on Dec 16, 2020
-
Add vectors of entities weak pointers
Mauro Passerino committedDec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for fe96d74 - Browse repository at this point
Copy the full SHA fe96d74View commit details -
Mauro Passerino committed
Dec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 4958e05 - Browse repository at this point
Copy the full SHA 4958e05View commit details -
Mauro Passerino committed
Dec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e5a3174 - Browse repository at this point
Copy the full SHA e5a3174View commit details -
Mauro Passerino committed
Dec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 0c36f1e - Browse repository at this point
Copy the full SHA 0c36f1eView commit details -
release timers ownership when stopping
Mauro Passerino committedDec 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c8aa07 - Browse repository at this point
Copy the full SHA 2c8aa07View commit details
Commits on Dec 17, 2020
-
Mauro Passerino committed
Dec 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 97ca9fb - Browse repository at this point
Copy the full SHA 97ca9fbView commit details -
Mauro Passerino committed
Dec 17, 2020 Configuration menu - View commit details
-
Copy full SHA for b0ad69f - Browse repository at this point
Copy the full SHA b0ad69fView commit details
Commits on Dec 18, 2020
-
Remove entities if not previously removed
Mauro Passerino committedDec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 105d39e - Browse repository at this point
Copy the full SHA 105d39eView commit details -
Check if not removed before anything
Mauro Passerino committedDec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 1cf7784 - Browse repository at this point
Copy the full SHA 1cf7784View commit details -
Mauro Passerino committed
Dec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 78a0158 - Browse repository at this point
Copy the full SHA 78a0158View commit details -
Mauro Passerino committed
Dec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 1d8ed45 - Browse repository at this point
Copy the full SHA 1d8ed45View commit details -
Mauro Passerino committed
Dec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 4f6d66c - Browse repository at this point
Copy the full SHA 4f6d66cView commit details -
Mauro Passerino committed
Dec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for f2c2356 - Browse repository at this point
Copy the full SHA f2c2356View commit details -
refactor timers_manager ownership
Mauro Passerino committedDec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for b136181 - Browse repository at this point
Copy the full SHA b136181View commit details -
Mauro Passerino committed
Dec 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 323d9b6 - Browse repository at this point
Copy the full SHA 323d9b6View commit details
Commits on Jan 13, 2021
-
Mauro Passerino committed
Jan 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 43487e2 - Browse repository at this point
Copy the full SHA 43487e2View commit details
Commits on Jan 14, 2021
-
remove mutex not needed since new ownership model
Mauro Passerino committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for cc79109 - Browse repository at this point
Copy the full SHA cc79109View commit details -
Move using TimerPtr to private section
Mauro Passerino committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for fc903e5 - Browse repository at this point
Copy the full SHA fc903e5View commit details -
If a timer was removed, re-heapify vector
Mauro Passerino committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 979ca87 - Browse repository at this point
Copy the full SHA 979ca87View commit details -
rework timers manager weak ownership
Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3b258a - Browse repository at this point
Copy the full SHA e3b258aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08914c4 - Browse repository at this point
Copy the full SHA 08914c4View commit details -
Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba7e72f - Browse repository at this point
Copy the full SHA ba7e72fView commit details -
Revert "If a timer was removed, re-heapify vector"
This reverts commit 979ca87.
Mauro Passerino committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 613e68e - Browse repository at this point
Copy the full SHA 613e68eView commit details -
Revert "Move using TimerPtr to private section"
This reverts commit fc903e5.
Mauro Passerino committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 5fdf5a2 - Browse repository at this point
Copy the full SHA 5fdf5a2View commit details -
Merge pull request #5 from alsora/asoragna/entities-ownership
Asoragna/entities ownership
Configuration menu - View commit details
-
Copy full SHA for 41c30bf - Browse repository at this point
Copy the full SHA 41c30bfView commit details
Commits on Jan 15, 2021
-
EventsExecutorEntitiesCollector: Use shared_from_this()
Mauro Passerino committedJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 51b5450 - Browse repository at this point
Copy the full SHA 51b5450View commit details -
Merge pull request ros2#33 from mauropasse/mauro/irobot-add-events-ex…
…ecutor Change executor ownership model
iRobot ROS authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for c17094e - Browse repository at this point
Copy the full SHA c17094eView commit details -
Merge remote-tracking branch 'upstream/master' into asoragna/cleanup-…
…events-exec
Alberto Soragna committedJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 91adf3d - Browse repository at this point
Copy the full SHA 91adf3dView commit details -
Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7a4377 - Browse repository at this point
Copy the full SHA e7a4377View commit details -
Merge pull request ros2#34 from alsora/asoragna/cleanup-events-exec
Asoragna/cleanup events exec
iRobot ROS authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 39e5a7c - Browse repository at this point
Copy the full SHA 39e5a7cView commit details -
Update timers_manager.hpp documentation
Mauro Passerino committedJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 176d479 - Browse repository at this point
Copy the full SHA 176d479View commit details -
Mauro Passerino committed
Jan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for f04d13c - Browse repository at this point
Copy the full SHA f04d13cView commit details
Commits on Jan 18, 2021
-
Mauro Passerino committed
Jan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 4603352 - Browse repository at this point
Copy the full SHA 4603352View commit details -
Fix IPC on EventsExecutor and StaticSingle...
Mauro Passerino committedJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for baf136e - Browse repository at this point
Copy the full SHA baf136eView commit details -
Mauro Passerino committed
Jan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for a767750 - Browse repository at this point
Copy the full SHA a767750View commit details -
Implement take_data on events_executor_notify_waitable
Mauro Passerino committedJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for c8f19db - Browse repository at this point
Copy the full SHA c8f19dbView commit details -
Compiler wants take_data defined on event_waitable.hpp
Mauro Passerino committedJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 17180b1 - Browse repository at this point
Copy the full SHA 17180b1View commit details -
Merge pull request ros2#35 from mauropasse/mauro/irobot-add-events-ex…
…ecutor Documentation updates
iRobot ROS authoredJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for d6660a8 - Browse repository at this point
Copy the full SHA d6660a8View commit details -
Implement take_data only on derived classes
Mauro Passerino committedJan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for d9d2885 - Browse repository at this point
Copy the full SHA d9d2885View commit details -
Mauro Passerino committed
Jan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for dc341a3 - Browse repository at this point
Copy the full SHA dc341a3View commit details -
Mauro Passerino committed
Jan 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 5c81264 - Browse repository at this point
Copy the full SHA 5c81264View commit details
Commits on Jan 19, 2021
-
Fix TimersHeap::validate_and_lock()
Mauro Passerino committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for ccee397 - Browse repository at this point
Copy the full SHA ccee397View commit details -
Mauro Passerino committed
Jan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for ba9fee0 - Browse repository at this point
Copy the full SHA ba9fee0View commit details -
error: deallocuse - Dereferencing 'node_ptr' after it is deallocated / released Seems that: NodeBaseInterface::WeakPtr node_weak_ptr(node_ptr); causes the cppcheck to fail if node_ptr is used after creating the weak pointer from it.
Mauro Passerino committedJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for f3fa8cb - Browse repository at this point
Copy the full SHA f3fa8cbView commit details -
Merge pull request ros2#36 from mauropasse/mauro/update-events-executor
update APIs
iRobot ROS authoredJan 19, 2021 Configuration menu - View commit details
-
Copy full SHA for f9457a2 - Browse repository at this point
Copy the full SHA f9457a2View commit details
Commits on Jan 21, 2021
-
Merge branch 'master' into mauro/clean-events-executor
Mauro Passerino committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 98efb4c - Browse repository at this point
Copy the full SHA 98efb4cView commit details -
Mauro Passerino committed
Jan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 0efab07 - Browse repository at this point
Copy the full SHA 0efab07View commit details
Commits on Jan 22, 2021
-
Merge pull request ros2#37 from mauropasse/mauro/clean-events-executor
Reorder APIs arguments
iRobot ROS authoredJan 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 02c2ef1 - Browse repository at this point
Copy the full SHA 02c2ef1View commit details
Commits on Jan 27, 2021
-
Implement no-op on IPC subscription
Mauro Passerino committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for aab59a0 - Browse repository at this point
Copy the full SHA aab59a0View commit details
Commits on Feb 1, 2021
-
Check if valid msg before dispatch
Mauro Passerino committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ec8591 - Browse repository at this point
Copy the full SHA 8ec8591View commit details -
Add log when ring buffer is full
Mauro Passerino committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for b41655b - Browse repository at this point
Copy the full SHA b41655bView commit details -
restore line. This shouldn't happen any more
Mauro Passerino committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 02ce349 - Browse repository at this point
Copy the full SHA 02ce349View commit details -
Mauro Passerino committed
Feb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 08fd037 - Browse repository at this point
Copy the full SHA 08fd037View commit details -
remove log about full ring buffer
Mauro Passerino committedFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 51bd25c - Browse repository at this point
Copy the full SHA 51bd25cView commit details
Commits on Feb 4, 2021
-
Add events queue abstract class and implem
Mauro Passerino committedFeb 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a9bfc77 - Browse repository at this point
Copy the full SHA a9bfc77View commit details
Commits on Feb 5, 2021
-
Mauro Passerino committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b568fb - Browse repository at this point
Copy the full SHA 5b568fbView commit details -
Mauro Passerino committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for f73cbdd - Browse repository at this point
Copy the full SHA f73cbddView commit details -
EntitiesCollector not needed on events_queue
Mauro Passerino committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 9c5f037 - Browse repository at this point
Copy the full SHA 9c5f037View commit details -
Mauro Passerino committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 780af84 - Browse repository at this point
Copy the full SHA 780af84View commit details -
Add unit tests for Simple and Bounded queues
Mauro Passerino committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 0317e77 - Browse repository at this point
Copy the full SHA 0317e77View commit details -
Mauro Passerino committed
Feb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 5780ccf - Browse repository at this point
Copy the full SHA 5780ccfView commit details
Commits on Feb 8, 2021
-
Mauro Passerino committed
Feb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 6fb2463 - Browse repository at this point
Copy the full SHA 6fb2463View commit details -
Remove BoundedQueue, not ready yet for this
Mauro Passerino committedFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for c4ac6f9 - Browse repository at this point
Copy the full SHA c4ac6f9View commit details -
rename rmw_listener_cb_t->rmw_listener_callback_t
Mauro Passerino committedFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 46e3b48 - Browse repository at this point
Copy the full SHA 46e3b48View commit details -
Merge pull request ros2#40 from mauropasse/mauro/add-events-queue-cla…
…ss-2 Add events queue abstract class and implem
iRobot ROS authoredFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 4d78d42 - Browse repository at this point
Copy the full SHA 4d78d42View commit details -
Merge pull request ros2#41 from mauropasse/mauro/rename-data-type
rename rmw_listener_cb_t->rmw_listener_callback_t
iRobot ROS authoredFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d7deb8 - Browse repository at this point
Copy the full SHA 3d7deb8View commit details -
Merge pull request ros2#38 from mauropasse/mauro/clean-events-executor
Implement no-op on IPC subscription
iRobot ROS authoredFeb 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 89b07f6 - Browse repository at this point
Copy the full SHA 89b07f6View commit details
Commits on Feb 11, 2021
-
Mauro Passerino committed
Feb 11, 2021 Configuration menu - View commit details
-
Copy full SHA for a322119 - Browse repository at this point
Copy the full SHA a322119View commit details
Commits on Feb 12, 2021
-
Merge pull request ros2#42 from mauropasse/mauro/fix-ctests
Ctests fixes
iRobot ROS authoredFeb 12, 2021 Configuration menu - View commit details
-
Copy full SHA for bb65717 - Browse repository at this point
Copy the full SHA bb65717View commit details
Commits on Feb 15, 2021
-
Check validity of executor pointer
Mauro Passerino committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 1bc6294 - Browse repository at this point
Copy the full SHA 1bc6294View commit details -
Merge pull request ros2#44 from mauropasse/mauro/check-push-event-val…
…id-ptr Check validity of executor pointer
iRobot ROS authoredFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for b39ab21 - Browse repository at this point
Copy the full SHA b39ab21View commit details -
use void * to pass executor ptr
Mauro Passerino committedFeb 15, 2021 Configuration menu - View commit details
-
Copy full SHA for f13ffb2 - Browse repository at this point
Copy the full SHA f13ffb2View commit details
Commits on Feb 17, 2021
-
Merge pull request ros2#45 from mauropasse/mauro/exec-void-ptr
use void * to pass executor ptr
iRobot ROS authoredFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for e6d6426 - Browse repository at this point
Copy the full SHA e6d6426View commit details -
Proper spin_some behaviour on EventsExecutor
Mauro Passerino committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 76a833d - Browse repository at this point
Copy the full SHA 76a833dView commit details
Commits on Feb 18, 2021
-
Mauro Passerino committed
Feb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 0087392 - Browse repository at this point
Copy the full SHA 0087392View commit details
Commits on Feb 19, 2021
-
spin_some and spin_all call spin_some_impl
Mauro Passerino committedFeb 19, 2021 Configuration menu - View commit details
-
Copy full SHA for d0e8e43 - Browse repository at this point
Copy the full SHA d0e8e43View commit details -
Mauro Passerino committed
Feb 19, 2021 Configuration menu - View commit details
-
Copy full SHA for feef4e2 - Browse repository at this point
Copy the full SHA feef4e2View commit details -
Merge pull request ros2#46 from mauropasse/mauro/fix-spin-some-events…
…-executor Proper spin_some behaviour on EventsExecutor
iRobot ROS authoredFeb 19, 2021 Configuration menu - View commit details
-
Copy full SHA for bb491bd - Browse repository at this point
Copy the full SHA bb491bdView commit details -
remove smart pointer definitions for virtual class
Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f978a48 - Browse repository at this point
Copy the full SHA f978a48View commit details
Commits on Feb 22, 2021
-
Merge pull request ros2#48 from irobot-ros/asoragna/fix-clang
remove smart pointer definitions for virtual class
iRobot ROS authoredFeb 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 3a50ee8 - Browse repository at this point
Copy the full SHA 3a50ee8View commit details -
Signed-off-by: Alberto Soragna <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 191f47a - Browse repository at this point
Copy the full SHA 191f47aView commit details -
rework events executor constructor
Signed-off-by: Alberto Soragna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a99496 - Browse repository at this point
Copy the full SHA 6a99496View commit details -
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c99d764 - Browse repository at this point
Copy the full SHA c99d764View commit details -
new implementation of get_head_timeout_unsafe
Signed-off-by: Soragna, Alberto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b72d124 - Browse repository at this point
Copy the full SHA b72d124View commit details
Commits on Feb 23, 2021
-
Merge pull request ros2#49 from irobot-ros/asoragna/cleanup
Asoragna/cleanup
iRobot ROS authoredFeb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 00666c1 - Browse repository at this point
Copy the full SHA 00666c1View commit details
Commits on Feb 26, 2021
-
Mauro Passerino committed
Feb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 80b6ccc - Browse repository at this point
Copy the full SHA 80b6cccView commit details -
Use entity_id to compute hash. Add comments
Mauro Passerino committedFeb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 36e66ed - Browse repository at this point
Copy the full SHA 36e66edView commit details -
Mauro Passerino committed
Feb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 8e13714 - Browse repository at this point
Copy the full SHA 8e13714View commit details -
Mauro Passerino committed
Feb 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 2b9b3ad - Browse repository at this point
Copy the full SHA 2b9b3adView commit details
Commits on Mar 10, 2021
-
Update EventsExecutorCallbackData
Mauro Passerino committedMar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 930d9a7 - Browse repository at this point
Copy the full SHA 930d9a7View commit details -
Add support for actions on EventsExecutor
Mauro Passerino committedMar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for f487f98 - Browse repository at this point
Copy the full SHA f487f98View commit details
Commits on Mar 11, 2021
-
Use RCLCPP_SMART_PTR_ALIASES_ONLY
Mauro Passerino committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 52afe81 - Browse repository at this point
Copy the full SHA 52afe81View commit details -
Rename set_events_executor_callback->set_listener_callback
Mauro Passerino committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for df37d31 - Browse repository at this point
Copy the full SHA df37d31View commit details -
Merge pull request ros2#50 from mauropasse/mauro/group-callback-data
Rework executor callback data
iRobot ROS authoredMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d50b6c - Browse repository at this point
Copy the full SHA 0d50b6cView commit details -
Merge branch 'irobot/add-events-executor' into mauro/actions-support-2
Mauro Passerino committedMar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e83285a - Browse repository at this point
Copy the full SHA e83285aView commit details -
Mauro Passerino committed
Mar 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 4dc6f67 - Browse repository at this point
Copy the full SHA 4dc6f67View commit details
Commits on Mar 15, 2021
-
time_until_trigger return MAX if canceled
Mauro Passerino committedMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 3118251 - Browse repository at this point
Copy the full SHA 3118251View commit details -
time_until_trigger return MAX if canceled
Signed-off-by: Mauro Passerino <[email protected]>
Mauro Passerino committedMar 15, 2021 Configuration menu - View commit details
-
Copy full SHA for b3dd3a6 - Browse repository at this point
Copy the full SHA b3dd3a6View commit details