Fast-DDS-monitor icon indicating copy to clipboard operation
Fast-DDS-monitor copied to clipboard

eProsima Fast DDS Monitor is a graphical desktop application aimed at monitoring DDS environments deployed using the eProsima Fast DDS library. Looking for commercial support? Contact [email protected]...

Results 21 Fast-DDS-monitor issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run the FastDDS monitor v2.0.0 on the same Docker container as my ROS 2 application is running. This container is based on the ros:humble-ros-base-jammy official...

This PR migrates current CI to use eProsima-CI resources. Must be merged **and updated** after merging: - https://github.com/eProsima/eProsima-CI/pull/50 and after merging this, windows CI build should be fixed: - https://github.com/eProsima/Fast-DDS/pull/4210...

I struggle to use the Fast DDS Monitor on Humble. I managed to make it work with Vulcanexus Docker image; however, if I follow the guide from 2022 Roscon presentation,...

bug

Tried installing the Fast-DDS-Monitor from source and getting the following error ``` Fast-DDS-monitor/include/fastdds_monitor/backend/SyncBackendConnection.h:164:33 : error: ‘the_end_of_time’ was not declared in this scope 164 | Timestamp time_to = the_end_of_time()); | ^~~~~~~~~~~~~~~...

Update `EntityKind::DOMAIN` to `EntityKind::DOMAIN_ENTITY` to avoid conflict with System V macro of the same name. ### Dependencies - https://github.com/eProsima/Fast-DDS-statistics-backend/pull/195 ### Motivation With this PR and - https://github.com/eProsima/dev-utils/pull/81 Fast DDS monitor...

![Uploading image.png…]() ![image](https://github.com/eProsima/Fast-DDS-monitor/assets/42711319/9cdd87ed-3784-4a94-b8b0-1462a5b34aab) step1: compile fastdds with -DFASTDDS_STATISTICS=ON(default is on)and -DPERFORMANCE_TESTS=ON step2: ./LatencyTest publisher -f payloads_demands.csv --domain 0 -s 1000000 ./LatencyTest subscriber -f payloads_demands.csv --domain 0 step3: configure fastddsmonitor to...

Hi, when I was trying to use monitor by `docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ubuntu-fastdds-monitor:v1.4.0` ``` docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ce15f448edf4 qt.qpa.xcb: could...

I'm experiencing an issue when using the DDS Monitor with a ROS 2 humble node. When I run the HelloWorldExample [LINK](https://fast-dds-monitor.readthedocs.io/en/latest/rst/docker/docker_demo/fast_dds_suite.html) from the DDS Suites, I can see all the...

Hi forum, I am trying to use Fast-DDS **monitor** to lay out latency graph and other useful options to check with current traffic over the network I configured the "fastdds-monitor"...

bug
documentation

Helllo, when using the monitor to display historic or real-time statistics, the time interval is not followed by the monitor: the data interval is not consistent, sometimes the interval can...

question