Robotran C Documentation
Public Attributes | List of all members
MbsLutRes Struct Reference

Structure for interpolate the trajectories of coordinates. More...

#include <lut.h>

Public Attributes

int nq
 number coordinates More...
 
int nt
 number of time steps More...
 
double ** tq
 2D array containing the time (first column) and the corresponding coordinates value More...
 
int id_t
 Last index used in the tq array. More...
 
int mode
 Method to look for the correct interval: More...
 

Detailed Description

Structure for interpolate the trajectories of coordinates.

Member Data Documentation

◆ id_t

int id_t

Last index used in the tq array.

◆ mode

int mode

Method to look for the correct interval:

  • 0: binary search between min and max
  • 1: close to close from last index

◆ nq

int nq

number coordinates

◆ nt

int nt

number of time steps

◆ tq

double** tq

2D array containing the time (first column) and the corresponding coordinates value


The documentation for this struct was generated from the following file: