MingfeiCheng / BehAVExplor

BehAVExplor: Behavior Diversity Guided Testing for Autonomous Driving Systems (ISSTA 2023)
23 stars 4 forks source link

Apollo container directory structure problem #2

Open hlyyy opened 1 year ago

hlyyy commented 1 year ago

Hi! I encountered a problem about the apollo container directory. I hope you can help me. I followed link to install Baidu Apollo version 8.0. When I entered the container, I found that I was in the /apollo_workspace directory, which is the workspace of the container.

1

And I found that /apollo is in another path.

2

At first, I installed the BehAVExplor project in the /apollo directory, but it could not run the bazel command, and the error was as follows:

3

I think BehAVExplor project should be installed in /apollo_workspace directory in my container. I guess this is due to the difference in Apollo versions. Which version of apollo do you have installed ?

MingfeiCheng commented 1 year ago

Hi, I used this guidance to install Apollo.

zhouyu102030 commented 1 year ago

"I attempted to use version 7.0 of Apollo, but it ultimately got stuck after executing the command './bazel-bin/BehAVExplor/main --config=/apollo/BehAVExplor/configs/s1.yaml.' I'm not sure if this is a version-related issue with Apollo. Have you tried running it successfully with version 6.0 of Apollo?" image