Closed mjd3 closed 2 years ago
This is because @jeffi updated install.md and not the main README.md. Should we keep two copies of the tutorial?
Ah actually it is because the ros_entrypoint.sh script is not up to date for the current Dockerfile with jammy. I can fix it now.
Describe the bug When running the talker/listener cloud example in a docker container, rmw_cyclonedds_cpp fails to create a domain because it is looking in the wrong place for the configuration file.
To Reproduce Steps to reproduce the behavior:
docker run -it --rm --net=host --cap-add=NET_ADMIN fogros2
aws configure
ros2 launch fogros2_examples talker.aws.launch.py
Expected behavior Listener should start on the remote machine and communicate with the talker.
Screenshots