Skip to content

Commit

Permalink
feat: release 9.0.0-rc-r10
Browse files Browse the repository at this point in the history
    - drivers:
      - lidar: Support the whole series lidar of RoboSense, fix some configuration issues of Hesai and Leishen drive
      - gnss: Optimize the conversion of Starneto M2 protocol, and support the IMU of Huace and Asensing
    - cyber:
      - Optimize cyber_recorder drop performance
    - dreamview-plus:
      - Add module switching state machine auto-deactivation logic
      - Repair static resources can not transfer images bug
      - Refinement of packet recording prompt messages
    - buildtool:
      - Add map view and download features
    - map:
      - Remove map data, maps need to be downloaded via buildtool map command, not released with map packages
  • Loading branch information
WildBeast114514 committed Apr 8, 2024
2 parents 7cbdd63 + b09b714 commit 0ac55bb
Showing 0 changed files with 0 additions and 0 deletions.

1 comment on commit 0ac55bb

@HandsomeAIccx
Copy link

@HandsomeAIccx HandsomeAIccx commented on 0ac55bb Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, the rslidar failed to compile,and the error is as follows
ERROR: /apollo/modules/drivers/lidar/rslidar/BUILD:8:17: Compiling modules/drivers/lidar/rslidar/driver/rslidar_component.cpp failed: (Exit 1): crosstool_wrapper_driver_is_not_gcc failed: error executing command external/local_config_cuda/crosstool/clang/bin/crosstool_wrapper_driver_is_not_gcc -MD -MF ... (remaining 122 arguments skipped) In file included from modules/drivers/lidar/rslidar/driver/rslidar_component.cpp:17: ./modules/drivers/lidar/rslidar/driver/rslidar_component.h:20:10: fatal error: rs_driver/api/lidar_driver.hpp: No such file or directory 20 | #include "rs_driver/api/lidar_driver.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.

Please sign in to comment.