Andrianov Roman

Results 11 comments of Andrianov Roman

maybe it would be a good idea to add a gauge? like this for example: ![image_2022-10-13_14-23-19](https://user-images.githubusercontent.com/47949756/195517995-592249f4-8ba1-41e5-aa91-765d68bfad55.png)

Hi @Tan-B24. It seems like you trying to build `cyclonedds` from `master` branch. Try to checkout on `release/0.10.x` branch and try to build `rmw` again.

hi @pscheie. probably you are install `latest` (0.10.4) cyclonedds. can you try to build `0.10.2` version of cyclonedds?

hi @morkovka1337! i have something to say. at first it's good to see iox-roudi debug output, it can tell to us more then just `info` log. to enable it you...

hi @morkovka1337. if you want to measure something that looks like `transfer` process time, you need to create a `Listener` with `on_data_available` event registration, and register the time of `data_available`...

hi @morkovka1337. i would like to try answer on your questions. 1. you are on right way `ildc ... -o python_files` should create compiled files in `python_files` directory. there was...

Hi, @dac1976. Thank you for reporting the issue with `QosProvider`. I would like to notify you, that reported problem can be resolved with PR: - https://github.com/eclipse-cyclonedds/cyclonedds/pull/2310

Hi @ellisonleao. Thanks for your response. ![Image](https://github.com/user-attachments/assets/3a3169f7-3eb4-4196-97a0-b1e5f17b5274)

Hi @minhtrinh06. You can update your fork similar to the following commit https://github.com/ellisonleao/gruvbox.nvim/commit/bb2fc8a51cc4010d1b533e8bd13250c65b643462, but for `StatusLine` `StatusLineNC` instead of `Search`.

Hi @javii1993. Thanks for raising this issue! You're right, there is an inconsistency between api's on the `qos_provider` topic. I would like to inform you that it was fixed by...