This structure contains all information about a sensor defined on the MBS structure. More...
#include <mbs_infos_struct.h>
Public Attributes | |
| char * | name |
| Name of the sensor. More... | |
| MbsInfoRefPoint * | parent_point |
| parent point of the sensor (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... | |
| char * | reference_joint |
| joint of the reference frame - relative sensor (NULL if the sensor is relative to the base). Only valid for sensors, and only valid for joint inside the parent chain ! 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. Mutually exclusive with Jdqd below More... | |
| int | Jdqd |
| 1 if the computation of the sensor jdqd term has been asked, 0 otherwise. Mutually exclusive with Acc above 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 ( ) has been asked, 0 otherwise. More... | |
This structure contains all information about a sensor defined on the MBS structure.
| int Acc |
1 if the computation of the sensor linear acceleration has been asked, 0 otherwise. Mutually exclusive with Jdqd below
| int Jac |
1 if the computation of the sensor Jacobian (
) has been asked, 0 otherwise.
| int Jdqd |
1 if the computation of the sensor jdqd term has been asked, 0 otherwise. Mutually exclusive with Acc above
| char* joint_parent |
parent joint of the current body (NULL if it is a parent point)
| char* name |
Name of the sensor.
| int Om |
1 if the computation of the sensor angular velocity has been asked, 0 otherwise.
| int Omp |
1 if the computation of the sensor angular acceleration has been asked, 0 otherwise.
| MbsInfoRefPoint* parent_point |
parent point of the sensor (NULL if it is a parent joint)
| int Pos |
1 if the computation of the sensor position has been asked, 0 otherwise.
| char* reference_joint |
joint of the reference frame - relative sensor (NULL if the sensor is relative to the base). Only valid for sensors, and only valid for joint inside the parent chain !
| int Rot |
1 if the computation of the sensor rotation matrix has been asked, 0 otherwise.
| int Vit |
1 if the computation of the sensor linear velocity has been asked, 0 otherwise.
1.8.17