AIDK Library¶
All functionalities of Flexiv AIDK are packed into a library, which allows the NoemaEdge App to be monitored and controlled by a workstation PC running programs linked to the library.
Overview¶
Below is an overview of the AIDK library:
flexiv_aidk
├── cmake
│ └── (CMake modules and configuration file)
├── example
│ └── (C++ examples)
├── example_py
│ └── (Python examples)
├── include
│ └── (headers describing the APIs)
├── lib
│ └── (C++ libraries for various OS and CPU platforms)
├── lib_py
│ └── (Python libraries for various OS and CPU platforms)
└── config
└── (configuration file for example)
API documentation¶
Detailed API documentation of Flexiv AIDK can be found at https://aidk.flexiv.com/api/..