Skip to content

Commit

Permalink
Added CycloneDDS for foxy
Browse files Browse the repository at this point in the history
  • Loading branch information
gstavrinos committed Jul 19, 2023
1 parent 27220fd commit 1952eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ trap 'signal_handler' $signal_list
if [ "$rosversion" != "unknown" ]; then
# sudo touch $lockation/$lock_file
. /opt/ros/$rosversion/setup.bash
if [ "$rosversion" == "humble" ]; then
if [ "$rosversion" == "humble" ] || [ "$rosversion" == "foxy" ]; then
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
fi
while read -r line; do
Expand Down

0 comments on commit 1952eaf

Please sign in to comment.