-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* zenoh_c to zenoh_cpp removed zenoh_router_check removed rmw_init_options_impl.hpp Publisher Added subscribers Removed zid_to_str use zenoh::KeyExpr service data client data make linters happy wrap the zenoh session with a shared pointer * Removed shm and small fix Fix the high latency on the subscriber due to zenoh bytes conversion * Fixed windows * Switch to storing GIDs with a std::array. They are a fixed size, so should use the fixed-size data structure. * Remove unnecessary ClientData init() method. Since we aren't calling shared_from_this() in it anymore, we can do all of the work in the constructor. * Rewrite connecting to the router to only print when it fails. This simplifies the code, and makes it less noisy. Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Yadunund <yadunund@gmail.com> Signed-off-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Yuyuan Yuan <az6980522@gmail.com>
- Loading branch information
1 parent
dd82e84
commit 271da8d
Showing
36 changed files
with
881 additions
and
1,116 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 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 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 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 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 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 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 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
Oops, something went wrong.