apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Error in build apollo.sh about '@centerpoint_infer_op'

Open Zazexy opened this issue 1 year ago • 1 comments

Problem It looks like the centerpoint_infer_op repository cannot be recognized? To Reproduce Steps to reproduce the behavior:

  1. Change third_party/centerpoint_infer_op/workspace.bzl file first as #14821 mentioned.
  2. run script ./apollo.sh build_opt_gpu perception.

Log ERROR: /apollo/modules/perception/lidar/lib/detector/center_point_detection/BUILD:7:11: no such package '@centerpoint_infer_op//': The repository '@centerpoint_infer_op' could not be resolved: Repository '@centerpoint_infer_op' is not defined and referenced by '//modules/perception/lidar/lib/detector/center_point_detection:center_point_detection' ERROR: Analysis of target '//modules/perception/lidar/lib/detector/center_point_detection:center_point_detection' failed; build aborted: Analysis failed

Desktop:

  • OS: Win11+WSL2(Ubuntu 22.04)
  • GPU: RTX4090

Zazexy avatar Mar 16 '24 11:03 Zazexy

Hi Zazexy, The method you mentioned has been validated on the Ubuntu but has not been tested in WSL, Win11+WSL2(Ubuntu 22.04) should be the reason for your occurrence of this problem.

LordonCN avatar Apr 05 '24 08:04 LordonCN