Skip to content

Commit

Permalink
Merge pull request #35 from gstavrinos/cyclonedds-foxy
Browse files Browse the repository at this point in the history
Added CycloneDDS for foxy
  • Loading branch information
gstavrinos authored Jul 19, 2023
2 parents 27220fd + 1952eaf commit 6201c3e
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 6201c3e

Please sign in to comment.