Hardcoded typesupport for Fibonacci action#47
Merged
Conversation
This was referenced Oct 31, 2018
hidmic
approved these changes
Nov 2, 2018
| } | ||
| #endif | ||
|
|
||
| #define TEST_MSGS__ACTION__FIBONACCI_H_ |
There was a problem hiding this comment.
@sloretz #endif // TEST_MSGS__ACTION__FIBONACCI_H_ ?
|
Also, it looks like this branch could use a rebase. |
780b462 to
1964b1d
Compare
jacobperron
approved these changes
Nov 8, 2018
Member
jacobperron
left a comment
There was a problem hiding this comment.
Other than the one comment from @hidmic, this looks good to go 👍
jacobperron
approved these changes
Nov 8, 2018
Contributor
Author
Contributor
Author
|
Checking if Windows dll linkage issue is fixed by a4dfb38 |
Contributor
Author
|
Checking if WIndows dll linkage issue is fixed by 6d6da58 |
Contributor
Author
|
@sloretz looks like this is ready!! |
Contributor
Author
|
@hidmic I think it's ready. All that is left is for ros2/rosidl_python#17 and ros2/rosidl#310 to pass code review and possibly another round of CI after fixing issues found during their reviews. |
Member
|
@sloretz This appears to break
|
dirk-thomas
pushed a commit
to ros2/test_interface_files
that referenced
this pull request
Jan 18, 2019
* msg and srv in actions folder * Add uniquely named messages and services * Add hand made action typesupport * respose -> result request * respose -> response * Use goal info in more places * Fix feedback symbol * Generate from .action file * Hardcoded typesupport works with generated msg and srv * C typesupport returns rcl_action_type_support_t * Function to get typsupport struct from C++ typesupport * rosidl_typesupport_cpp namespace * Fix include guard * Fix linter test failures * Fix dll linkage on Windows * Fix windows linking issue by having separate visibility macro
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Split from #44. This PR has hardcoded type support classes for a Fibonacci action.
requires #44