|
Kinematics Animation Multithread
|
#include <iostream>#include <vector>#include <filesystem>#include <fstream>#include <igl/opengl/glfw/Viewer.h>#include "dynamics_math.h"#include "euler_rotations.h"#include "./nlohmann/json.hpp"

Go to the source code of this file.
Classes | |
| class | Finger |
| This class generates a finger of n links. The number of links and their properties are defined by a json configuration file. It also calculates the forwared kinematics of the finger given the rotation of its joints and its origin. More... | |