https://github.com/EuropeanRoverChallenge/ERC-Remote-Maintenance-Sim
Using this link, I try to install a simulation on windows 11 by docker and I run "./build_erc.sh " successfully, but in here, there is an error:
lenovo@LAPTOPUKO MINGW64 ~/OneDrive/Masaüstü/ERC-Remote-Maintenance-Sim-main/ERC-Remote-Maintenance-Sim-main
$ bash run_ur3_docker.bash
run_ur3_docker.bash: line 1: xhost: command not found
I tried to ignore it, but when I launch the simulation (roslaunch ur3_Sim simulation.launch), the terminal output is as it's supposed to be but there isn't any simulation environment like rviz or gazebo, but it supposed to be a simulation environment. How can I solve this error?