# aubo-sdk-example **Repository Path**: yongliz/aubo-sdk-example ## Basic Information - **Project Name**: aubo-sdk-example - **Description**: aubo robot c++ sdk example - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aubo-sdk-example aubo robot c++ sdk example ## build step 1. cd src 2. mkdir build 3. cd build 4. cmake .. 5. make