Make sure you have Docker and Docker Compose installed on your machine. You can download them from the official Docker website.
you can clone the repo using this command
git clone https://github.com/icos-pit/agrorob_containers
cd agrorob_containers/agrorob_emulator/
it is possible to change the environment variables and add the router address in environment.env file
docker compose build --no-cache
-d helps you to run the Docker Container on background
docker compose up -d
docker build -t agrorob_driver .
xhost +
docker run --net=host --cap-add SYS_NICE -e DISPLAY=$DISPLAY -v /tmp/.X11-unix -it agrorob_driver
After connecting to docker, run below command to verify packages are installed
ros2 pkg list