Skip to content

Commit

Permalink
Subscribers are reactive, and removed support for transient_local
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Aug 12, 2021
1 parent 4b25fbe commit 22c8556
Show file tree
Hide file tree
Showing 12 changed files with 359 additions and 912 deletions.
5 changes: 4 additions & 1 deletion free_fleet_cyclonedds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ find_package(rmf_utils REQUIRED)
find_package(free_fleet REQUIRED)
find_package(CycloneDDS REQUIRED COMPONENTS idlc)

idlc_generate(MiddlewareMessages_lib "idl/MiddlewareMessages.idl")
idlc_generate(
TARGET MiddlewareMessages_lib
FILES "idl/MiddlewareMessages.idl"
)

file(GLOB lib_srcs
"src/messages/*.cpp"
Expand Down
210 changes: 0 additions & 210 deletions free_fleet_cyclonedds/old/make_Subscribers.cpp

This file was deleted.

131 changes: 0 additions & 131 deletions free_fleet_cyclonedds/old/make_transient_local_Publishers.cpp

This file was deleted.

Loading

0 comments on commit 22c8556

Please sign in to comment.