Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[adore-dev] help
  • From: Hector Mata <hmata010@xxxxxxx>
  • Date: Tue, 17 Jan 2023 19:40:44 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fiu.edu; dmarc=pass action=none header.from=fiu.edu; dkim=pass header.d=fiu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=w8svULu/PLcKv5TVzkmjrYLSwrftcXI7amFc0UIYg8U=; b=VyE5pBzgXL+n5QAgpyfcZBN38dMaalMGQIH89fOf/E/k1OlyujMTaV46UeG5cA3to5EGn4s2p1NMj7Zz3PwQMtknwmO657XdVDM8IK11cI2M79QJ5PdP4JxthHR4QOAVMiDrbtFRgD+BeqCYNcHBUJl9GijY9zu+SyLGKvj+JL1mYQlJRHpVM+NiZl0dRmvTlpgFiLiRoEpCQbTnMXL0EqQCryBrAYpbNfF3IkX28wf/deHm9Y9JBeqO/xjm90g/+jjF0L3IRPe/aWCARmHJig6gnNNIb/oG4Z5RszOWrseCeSPaxZ33qZpOfdWX15EnEyJE9S67xjvpMrKIZjx6Nw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GDVp+L6wqGqsGrDgjaoe9VHMj2xW1g15XkdeUnSzj2xYaySXquu76WWJ4U0tzmMLmooKZMbOn0IuSz5WR0lj4EeMqUx/wavdiO0GJdX72gAtCYOXiOJXDH5jj5TR+wAXf9Oz69IDlT74N7eDffMAlpVKvjDpklEhcRrVY+9piT6K+tBFHUI1WSBA7UK66mCb+6drwaisQuQuaozzXy9RZGH8HbofMJXjQXMQlmIL0C0mKpkZrMjgbWYbTmew/z5iltUsDFyU/u8o4oAtuEa54byjFiI7wZuxYPrG9TSt8F8y9n29afH76Ae1Malqrgl0x362AKi2Yk7xvh8W/VlfVA==
  • Delivered-to: adore-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/adore-dev/>
  • List-help: <mailto:adore-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/adore-dev>, <mailto:adore-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/adore-dev>, <mailto:adore-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZKqiXADbMidna+0qevO5dP5re1A==
  • Thread-topic: help

Hi,

I am currently working on a project for testing planning and control algorithms involving CAVs using simulation. I'd be very interested in implementing co-simulation with ADORe and SUMO for my research project.

I've been reading the documentation and following the steps provided in the GitHub repository under "Getting started with ADORe". However, when I get to the section "ADORe Command Line Interface (CLI)" I am getting an error while trying to build the docker image with the provided make target:
make build_adore-cli
=> ERROR [plotlabserver  7/11] RUN apt-get update &&     apt-get install -  1.3s
.......
failed to solve: executor failed running [/bin/sh -c apt-get update &&     apt-get install --no-install-recommends -y $(sed '/^#/d' ${REQUIREMENTS_FILE} | sed '/^$/d') &&     rm -rf /var/lib/apt/lists/*]: exit code: 100
make[2]: *** [Makefile:74: build_fast] Error 17
make[1]: *** [Makefile:110: build_plotlabserver] Error 2
make: *** [Makefile:210: build_adore-cli_fast] Error 2

I am stuck here. Do you know why is this happening? Please advise

Thank you,
H. Mata
hmata010@xxxxxxx

Attachment: Screenshot from 2023-01-17 14-35-26.png
Description: Screenshot from 2023-01-17 14-35-26.png


Back to the top