@@ -17,16 +17,25 @@ find_package(ament_cmake_vendor_package REQUIRED)
17
17
# when expanded.
18
18
set (ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=shared-memory zenoh/transport_compression zenoh/transport_tcp zenoh/transport_udp zenoh/transport_tls" )
19
19
20
- # Set VCS_VERSION to include latest changes from zenoh/zenoh-c/zenoh-cpp to benefit from :
21
- # - https://github.com/eclipse-zenoh/zenoh/pull/1742, https://github.com/eclipse-zenoh/zenoh/pull/1765
22
- # (Add autoconnect_strategy config allowing to optimize peers interconnections)
23
- # - https://github.com/eclipse-zenoh/zenoh/pull/1753
24
- # (Improve AdvancedSub for faster delivery of first receveived data)
25
- # - https://github.com/eclipse-zenoh/zenoh-cpp/pull/407, https://github.com/eclipse-zenoh/zenoh-c/pull/913
26
- # (Fix potential loss of request/reply messages in case of network congestion)
20
+ # Set VCS_VERSION to include latest changes from zenoh/zenoh-c/zenoh-cpp to benefit from:
21
+ # - Reword SHM warning log about "setting scheduling priority":
22
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1778
23
+ # - Performances improvements at launch time:
24
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1786
25
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1789
26
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1793
27
+ # - Fixed open timeout
28
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1796
29
+ # - Improve ACL behaviour, notably for S-ROS
30
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1781
31
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1785
32
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1795
33
+ # - https://github.com/eclipse-zenoh/zenoh/pull/1806
34
+ # - Reduce the number of threads in case of scouting
35
+ # - https://github.com/eclipse-zenoh/zenoh-c/pull/937
27
36
ament_vendor (zenoh_c_vendor
28
37
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
29
- VCS_VERSION 261493682c7dc54db3a07079315e009a2e7c1573
38
+ VCS_VERSION 3540a3ce8126e071236352446bc1564787d3fb04
30
39
CMAKE_ARGS
31
40
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS} "
32
41
"-DZENOHC_BUILD_WITH_UNSTABLE_API=TRUE"
@@ -37,7 +46,7 @@ ament_export_dependencies(zenohc)
37
46
38
47
ament_vendor (zenoh_cpp_vendor
39
48
VCS_URL https://github.com/eclipse-zenoh/zenoh-cpp
40
- VCS_VERSION 5dfb68c9ac966925e59bcb52f39b9bc26c0ad6d3
49
+ VCS_VERSION 2a127bb0f537e0028359caf1084c879330341592
41
50
CMAKE_ARGS
42
51
-DZENOHCXX_ZENOHC=OFF
43
52
)
0 commit comments