apollo-contrib icon indicating copy to clipboard operation
apollo-contrib copied to clipboard

Results 3 apollo-contrib issues
Sort by recently updated
recently updated
newest added

在最后阶段,链接时产生如下错误: “obu/vender/ctfo/libcV2xAppLyer.so:file not recognized:不可识别的文件格式”; 这个链接库该如何重新产生,以解决这个问题呢?

When I run 'bash build.sh build', terminal showed as follow: /apollo-contrib/obu/third_party/obu/include/cv2x_app_layer/cv2x_message_frame.h:21:49: 致命错误: asn1_source/MessageFrame.h:没有那个文件或目录 编译中断。 Then I found 'include_directories(${v2x_SOURCE_DIR}/third_party/obu/include/asn1_source)' in the CMakeList.txt. However, there is nothing in /third_party/obu/include/asn1_source. The directory /apollo-contrib/obu/third_party...

I couldn't use the Pandora's cameras with the driver currently provided by apollo-contrib. I simply copied the latest version of each file in the Pandora_ros driver provided by HesaiTechnology and...