ec2でautowareのdockerを起動して、GUIのデイスプレイを開こうといましたが、エラーが出てうまく開けません。
ググったところの問題解決はほぼ試したのですが、うまくいきませんでした。
AWSのEC2でGUiを使うにはどう設定したら良いでしょうか?
EC2インスタンスの環境(Ubuntu 18.04)
txt
1Deep Learning AMI (Ubuntu 18.04) Version 30.0 - ami-0b1b56cbf0f8fcea3 2 3MXNet-1.6.0, TensorFlow-2.2.0, 2.1.0 & 1.15.2, PyTorch-1.4.0 & 1.5.0, Neuron, & others. NVIDIA CUDA, cuDNN, NCCL, Intel MKL-DNN, Docker, NVIDIA-Docker & EFA support. For fully managed experience, check: https://aws.amazon.com/sagemaker
Docker起動してdisplayを表示コマンド
sh
1# autoware dockerを起動 2docker pull autoware/autoware:1.9.0-kinetic 3git clone https://github.com/Autoware-AI/docker 4cd docker/generic 5git diff 6# start docker 7./run.sh -t 1.9.0 -r kinetic -c off 8 9# GUIのデイスプレイを表示 10cd Autoware/ros 11./run
エラー
sh
1Process Manager 2 3(gksudo:156): Gtk-WARNING **: cannot open display: IP:0.0 4Failed to connect to Mir: Failed to connect to server socket: No such file or directory 5Failed to connect to Mir: Failed to connect to server socket: No such file or directory 6Unable to init server: Could not connect: Connection refused 7Unable to init server: Could not connect: Connection refused 8Failed to parse arguments: Cannot open display: 9Failed to parse arguments: Cannot open display:
sh
1$ export DISPLAY='IP:0.0' 2$ sudo vi ssh_config 3>>> X11Forwarding yes
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。