![]() |
Flexiv AIDK APIs
1.2
|
#include "flexiv/ai/aidk.hpp"
#include <ctime>
#include <fstream>
#include <nlohmann/json.hpp>
#include <typeinfo>
Typedefs | |
using | json = nlohmann::json |
Functions | |
bool | load_config (json &js, std::string file_path, std::vector< double > &camera_pose, std::vector< double > &tcp_pose, std::vector< double > &tcp_force) |
int | main (int argc, char **argv) |
using json = nlohmann::json |
bool load_config | ( | json & | js, |
std::string | file_path, | ||
std::vector< double > & | camera_pose, | ||
std::vector< double > & | tcp_pose, | ||
std::vector< double > & | tcp_force | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |