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

This structure contains all information about a sensor defined on the MBS structure. More...

#include <mbs_binder_public.h>

Public Attributes

char * name
 Name of the sensor. More...
 
MbsInfoRefPointparent_point
 parent point of the sensor (only for JSON loading ST 12072022) (NULL if it is a parent joint) More...
 
char * joint_parent
 parent joint of the current body (NULL if it is a parent point) More...
 
int Pos
 1 if the computation of the sensor position has been asked, 0 otherwise. More...
 
int Rot
 1 if the computation of the sensor rotation matrix has been asked, 0 otherwise. More...
 
int Vit
 1 if the computation of the sensor linear velocity has been asked, 0 otherwise. More...
 
int Om
 1 if the computation of the sensor angular velocity has been asked, 0 otherwise. More...
 
int Acc
 1 if the computation of the sensor linear acceleration has been asked, 0 otherwise. More...
 
int Omp
 1 if the computation of the sensor angular acceleration has been asked, 0 otherwise. More...
 
int Jac
 1 if the computation of the sensor Jacobian ( $ \frac{dV_{sens}}{d\dot{q}} $) has been asked, 0 otherwise. More...
 

Detailed Description

This structure contains all information about a sensor defined on the MBS structure.

Member Data Documentation

◆ Acc

int Acc

1 if the computation of the sensor linear acceleration has been asked, 0 otherwise.

◆ Jac

int Jac

1 if the computation of the sensor Jacobian ( $ \frac{dV_{sens}}{d\dot{q}} $) has been asked, 0 otherwise.

◆ joint_parent

char* joint_parent

parent joint of the current body (NULL if it is a parent point)

◆ name

char* name

Name of the sensor.

◆ Om

int Om

1 if the computation of the sensor angular velocity has been asked, 0 otherwise.

◆ Omp

int Omp

1 if the computation of the sensor angular acceleration has been asked, 0 otherwise.

◆ parent_point

MbsInfoRefPoint* parent_point

parent point of the sensor (only for JSON loading ST 12072022) (NULL if it is a parent joint)

◆ Pos

int Pos

1 if the computation of the sensor position has been asked, 0 otherwise.

◆ Rot

int Rot

1 if the computation of the sensor rotation matrix has been asked, 0 otherwise.

◆ Vit

int Vit

1 if the computation of the sensor linear velocity has been asked, 0 otherwise.


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