Allen Wang
Allen Wang
Hi I want to report an issue when i run the Throughput example with such command: `cxxThroughputPublisher 65536 0 1 0 "Throughput example" 524288` and ``./cxxThroughputSubscriber 0 0 "Throughput example"``...
I noticed that there is a pr #137 merged in 2021, based on the Tests in the SharedMemory.cpp, the dynamic type like sequence and string should have been supported, but...
When I clone the cyclonedds and cyclonedds-cxx from their current master branches, and run cyclonedds-cxx throughput example with the commands `cyclonedds-cxx/build/bin/cxxThroughputPublisher 8192 0 1 0 "Throughput example"` , `cyclonedds-cxx/build/bin/cxxThroughputSubscriber 0...
rules_rust version: same issue on 0.41.0 and 0.26.0 our project uses bazel and our own cc_toolchain in a hermetic environment, with `--subcommands` option, we can see our compilation failed at...
Hi cyclonedds developers, I'm working on a use case that uses cyclonedds with Iceoryx, the IDL message type is ``` struct myStruct { octet byte_data; }; ``` let me clarify...
Hi cyclonedds developers and experts, We recently encountered a strange 4-5s delay when running DDS builtintopic discovery on QNX, to simplify the problem, I created a [discover.cpp](https://gist.github.com/allenwang-git/88ba5ec90fac0e401c622e31cb52a896) and a [ping.cpp](https://gist.github.com/allenwang-git/40f7a479db30b8562880d78bfef5b898),...
Hi @Mehooz , Im a little confused why the locotransformer.py is much faster than the locotransformer_vision_only.py? Im running it on rtx4090. but the time of training 10 epochs is about...