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

Structure handling the informations defined on the base of the MBS. More...

#include <mbs_binder_public.h>

Public Attributes

double * gravity
 Array with the component (x, y, z) of the gravity vector expressed in the inertial frame. More...
 
int n_base_point
 Number of point of interest (extremities of joint bearing a sensor plus anchor point) defined on the MBS. More...
 
MbsInfoPoint ** base_point_list
 Array of pointers to the MDS_point_strct describing each point of the MBS. More...
 

Detailed Description

Structure handling the informations defined on the base of the MBS.

Member Data Documentation

◆ base_point_list

MbsInfoPoint** base_point_list

Array of pointers to the MDS_point_strct describing each point of the MBS.

◆ gravity

double* gravity

Array with the component (x, y, z) of the gravity vector expressed in the inertial frame.

◆ n_base_point

int n_base_point

Number of point of interest (extremities of joint bearing a sensor plus anchor point) defined on the MBS.


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