-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Run in simulation has two options. Working with venv
works as expected. However using docker
option doesn't work.
git clone https://github.com/zauberzeug/field_friend.git
cd field_friend
echo "ROBOT_ID=U4" > .env
./docker.sh U
=> [rosys] resolving provenance for metadata file 0.0s
[+] Running 3/3
✔ rosys Built 0.0s
✔ Container field_friend-autoheal-1 Started 0.5s
✔ Container field_friend-rosys-1 Started 0.4s
However, when checking the running containers:
$ ./docker.sh ps
+ case $cmd in
+ docker-compose -f docker-compose.yml -f docker-compose.nvidia.yml ps
WARN[0000] /home/hswt/scripts/robotics/field_friend/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /home/hswt/scripts/robotics/field_friend/docker-compose.nvidia.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
field_friend-autoheal-1 willfarrell/autoheal "/docker-entrypoint …" autoheal 11 seconds ago Up 11 seconds (healthy)
I use
Ubunut 22.04
Docker version 28.3.3, build 980b856
Docker Compose version v2.33.1
Metadata
Metadata
Assignees
Labels
No labels