ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.04k stars 9.68k forks source link

run_offline_lidar_obstacle_perception.sh is not working #14494

Open fergcd opened 2 years ago

fergcd commented 2 years ago

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

Steps to reproduce the issue:

  1. (From the ${APOLLO_ROOT_DIR} directory)
  2. ./docker/scripts/dev_start.sh
  3. ./docker/scripts/dev_into.sh
  4. cd modules/perception/lidar/tools/
  5. chmod a+x run_offline_lidar_obstacle_perception.sh
  6. ./run_offline_lidar_obstacle_perception.sh

Error occurs like this. image

Where is "offline_lidar_obstacle_perception" file? If I have to build "offline_lidar_obstacle_perception.cc" file, how can I build?

Supporting materials (screenshots, command lines, code/script snippets):

Directory where run_offline_lidar_obstacle_perception.sh is located is like this image

SeasoulChris commented 2 years ago

you can try mv BUILD_ BUILD , offline_lidar_obstacle_perecption does not built by default

fergcd commented 2 years ago

you can try mv BUILD_ BUILD , offline_lidar_obstacle_perecption does not built by default

Thank you for reply @SeasoulChris , but it still doesn't work...

I got to know that I need to build first and tried bazel build fixing wrong paths in BUILD file, but error message said there's no such file or directory "anchor_mask_cuda.d". What is "anchor_mask_cuda.d"? What should I do?

아폴로_3D_객체인식_모듈_빌드_실패

daohu527 commented 2 years ago

@fergcd This tool is defunct and we will decide in the near future whether to fix it or provide a new tool. If there is an update, we will notify you as soon as possible!