Skip to content

Commit

Permalink
Update fastdds dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Feb 5, 2025
1 parent d3394da commit c679d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else

# Fast-RTPS
if ! ldconfig -p | grep -q "libfastcdr"; then
git clone --branch 1.0.x https://github.com/eProsima/Fast-CDR.git
git clone --branch 2.2.5 https://github.com/eProsima/Fast-CDR.git
cd Fast-CDR
mkdir -p build && cd build
cmake .. && cmake --build . && sudo make install
Expand All @@ -58,7 +58,7 @@ else
# Fast-DDS
cd ~/software
if ! ldconfig -p | grep -q "libfastrtps"; then
git clone --branch 2.6.8 https://github.com/eProsima/Fast-DDS.git
git clone --branch 2.14.4 https://github.com/eProsima/Fast-DDS.git
cd Fast-DDS
mkdir -p build && cd build
cmake .. && cmake --build . && sudo make install
Expand Down

0 comments on commit c679d2a

Please sign in to comment.