Kinematics Animation Multithread
Classes
finger.h File Reference
#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"
Include dependency graph for finger.h:
This graph shows which files directly or indirectly include this file:

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...