dji-sdk / Onboard-SDK

DJI Onboard SDK Official Repository
https://github.com/dji-sdk/Onboard-SDK
Other
915 stars 632 forks source link

cmake .. always return -- Configuring incomplete, errors occurred! #806

Closed zijian98 closed 3 years ago

zijian98 commented 3 years ago

Hi, I have downloaded the latest Onboard-SDK-4.1 and I am trying to Configure ROS Development Environment. However, when I tried these commands:

$ mkdir build $ cd build $ cmake .. $ sudo make -j7 install

it always shows -- Configuring incomplete, errors occurred! whenever I tried cmake ..

Linux environment was setup correctly and I have installed the development tool. Linux version: Ubuntu 20.04.2.0 LTS cmake version: 3.16.3

How do I fix this?

Thanks

dji-dev commented 3 years ago

Agent comment from kyle.cai in Zendesk ticket #50051:

Dear developer ,

Thank you for contacting DJI.

Could you please provide the terminal logs about the compiling errors ?

Thank you for your understanding and support, hope you have a nice day.

Best Regards, DJI SDK Support Team

°°°

zijian98 commented 3 years ago

Agent comment from kyle.cai in Zendesk ticket #50051:

Dear developer ,

Thank you for contacting DJI.

Could you please provide the terminal logs about the compiling errors ?

Thank you for your understanding and support, hope you have a nice day.

Best Regards, DJI SDK Support Team

°°°

Problem is solved. Thanks