6.1. Prerequisites¶
If you are using a system with autostart enabled, you first have to disable it
Enter the docker container:
docker exec -it as bashAdd
export ROSAUTOSTART=nto the third line of the ros entrypoint script:nano /ros_entrypoint.shRestart the docker container:
docker restart <container_name>(outside the docker container)Undo this after you finished testing.