-
Notifications
You must be signed in to change notification settings - Fork 53
Provide lifecycle services in the rclc lifecycle nodes #51
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
Merged
JanStaschulat
merged 28 commits into
ros2:master
from
micro-ROS:feature/lifecycle-services
Aug 19, 2021
Merged
Changes from 12 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
243fee0
Adds service callback with service context
norro 7d76156
Fixed service callback handling
norro 854c016
Adds user API and tests
norro 6a750da
Proper tear-down of msgs
norro 23a9538
Fixes service call with context tests
norro 34f35a6
Adds service callbacks to lifecycle node
norro ec76aec
Adds callback for GetState service
norro 3563eeb
Merge branch 'master' into feature/lifecycle-services
norro 547bc21
Provide GetAvailableStates service
norro 834c5d2
Example lifecycle node proides services
norro 610b7ad
Implemented ChangeState service
norro dfc3cf6
Linting, documentation, example
norro 7b0111a
commnted out check for received sequence id - error in build-job for …
JanStaschulat 8565660
Merge branch 'master' into feature/lifecycle-services
norro 9154071
Merge branch 'master' into feature/lifecycle-services
norro d56eea0
Cmake linting
norro 44daab3
Merge remote-tracking branch 'ros2/master' into feature/lifecycle-ser…
norro 8de097a
Merge branch 'master' into feature/lifecycle-services
norro 4e33236
Adds missing declaration of callbacks
norro 3d32616
Pre-initialize all strings
norro 4415cdb
Lifecycle services working
norro 5de86bd
Tests for service initialization
norro be385fe
commnted out check for received sequence id - error in build-job for …
JanStaschulat 0f01cc0
commnted out check for received sequence id - error in build-job for …
JanStaschulat 619deb2
commnted out check for received sequence id - error in build-job for …
JanStaschulat 65329ee
Ignoring unsuccessful SERVICE_TAKE (#175)
JanStaschulat cf6aadb
Fixes init and cleanup
norro c303e0b
commnted out check for received sequence id - error in build-job for …
JanStaschulat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,13 +7,14 @@ | |
| <maintainer email="[email protected]">Jan Staschulat</maintainer> | ||
|
|
||
| <license>Apache License 2.0</license> | ||
|
|
||
| <author email="[email protected]">Arne Nordmann</author> | ||
|
|
||
| <buildtool_depend>ament_cmake_ros</buildtool_depend> | ||
|
|
||
| <depend>rclc</depend> | ||
| <depend>rcl_lifecycle</depend> | ||
| <depend>std_msgs</depend> | ||
| <depend>lifecycle_msgs</depend> | ||
|
|
||
| <test_depend>ament_cmake_gtest</test_depend> | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.