diff --git a/docs/rst/developer_manual/installation/sources/linux.rst b/docs/rst/developer_manual/installation/sources/linux.rst index 3ff30fc9..f357c38e 100644 --- a/docs/rst/developer_manual/installation/sources/linux.rst +++ b/docs/rst/developer_manual/installation/sources/linux.rst @@ -175,7 +175,7 @@ Colcon installation mkdir -p ~/Fast-DDS-Monitor/src cd ~/Fast-DDS-Monitor - wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/main/fastdds_monitor.repos + wget https://raw.githubusercontent.com/eProsima/Fast-DDS-monitor/v1.3.0/fastdds_monitor.repos vcs import src < fastdds_monitor.repos .. note:: diff --git a/fastdds_monitor.repos b/fastdds_monitor.repos index 6c275519..10081887 100644 --- a/fastdds_monitor.repos +++ b/fastdds_monitor.repos @@ -2,20 +2,24 @@ repositories: foonathan_memory_vendor: type: git url: https://github.com/eProsima/foonathan_memory_vendor.git - version: master + version: v1.2.2 + fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: v1.0.26 + fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: master + version: v2.9.0 + fastdds_statistics_backend: type: git url: https://github.com/eProsima/Fast-DDS-statistics-backend.git - version: main + version: 0.8.0 + fastdds_monitor: type: git url: https://github.com/eProsima/Fast-DDS-monitor.git - version: main + version: v1.3.0