Docker image containing O3DE simulations for Husarion robots.
docker build -t o3de-husarion .
xhost +local:docker
docker run -d \
--name=o3de_rosbot_xl \
--runtime=nvidia \
-v /tmp/.X11-unix:/tmp/.X11-unix:rw \
-e DISPLAY=${DISPLAY} \
-e NVIDIA_VISIBLE_DEVICES=all \
-e NVIDIA_DRIVER_CAPABILITIES=all \
o3de-husarion /data/workspace/ROSbotXLDemo/build/linux/bin/profile/Editor
There is also a ready to use Husarion O3DE Docker image on DockerHub
In the demo directory you can find an example application - mapping with Slam Toolbox.