This structure contains all information about an external force sensor defined on the MBS structure. More...
#include <mbs_infos_struct.h>
Public Attributes | |
| char * | name |
| 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 (should be always NULL, if it is a parent point) ExtForce on a joint is not supported (ST-18/9/2023) 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 an external force 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 (should be always NULL, if it is a parent point) ExtForce on a joint is not supported (ST-18/9/2023)
| char* name |
| 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.
| 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