run-dev.sh
does not pass RMW_IMPLEMENTATION
to docker container
#156
Labels
run-dev.sh
does not pass RMW_IMPLEMENTATION
to docker container
#156
In
run-dev.sh
, we haveDOCKER_ARGS+=("-e ROS_DOMAIN_ID")
which is good. But it would be great to also have
DOCKER_ARGS+=("-e RMW_IMPLEMENTATION")
in case the host uses a non-default one (in my case, I have found that rmw_cyclonedds_cpp usually works better).
The text was updated successfully, but these errors were encountered: