-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make rmw_dds_common use rosidl_generator_interfaces normally (#12)
* make rmw_dds_common use rosidl_generator_interfaces normally Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com> * switch from .idl to .msg Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com> * interface target must have the name of the package Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com> * fix rebase Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com> * fix rebase - take 2 Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
- Loading branch information
1 parent
ea5e3e2
commit d7f6621
Showing
11 changed files
with
29 additions
and
128 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
char[24] data |
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
string<=256 node_namespace | ||
string<=256 node_name | ||
Gid[] reader_gid_seq | ||
Gid[] writer_gid_seq |
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Gid gid | ||
NodeEntitiesInfo[] node_entities_info_seq |
This file contains 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
rmw_dds_common_generators/rmw_dds_common_generators-extras.cmake.in
This file was deleted.
Oops, something went wrong.