Tiryoh / docker-ros2-desktop-vnc

🐳 Dockerfiles to provide HTML5 VNC interface to access Ubuntu Desktop + ROS 2
https://memoteki.net/archives/2955
Apache License 2.0
417 stars 83 forks source link

unable to launch with docker compose in pycharm windows 10 #123

Closed mahesh11T closed 11 months ago

mahesh11T commented 11 months ago

here is the snippet of .yml

  nv_ros2_humble_issac:
    #image: tiryoh/ros2-desktop-vnc:humble
    image: tiryoh/ros2-desktop-vnc:humble
    networks:
      - ros_network
    #network_mode: bridge
#    ipc: "host"
#    pid: "host"
#    user: "admin"
    stdin_open: true
    tty: true
    restart: "unless-stopped"
    shm_size: '10G'
    security_opt:
      - seccomp:unconfined
    privileged: true
    environment:
      - FASTRTPS_DEFAULT_PROFILES_FILE=/root/humble_ws/fastdds.xml
      - ROS_DOMAIN_ID=0
      #ros2_act : "alias ros2_activate='source /opt/ros/humble/x64/setup.sh'
    ports:
      - "6080:80"
mahesh11T commented 11 months ago

fixed by itself on pc restart.