|
Robotran C Documentation
|
Go to the documentation of this file.
10 #ifndef _SENSOR_UTILITIES_H
11 #define _SENSOR_UTILITIES_H
int njoint
Number of joints in the system.
Definition: mbs_data.h:320
int allocate_sensor(MbsSensor *psens, int njoint)
Allocate the Jacobian matrix of the MbsSensor.
Definition: mbs_sensor.c:17
int init_sensor(MbsSensor *psens, int njoint)
Initialize all fields of MbsSensor structure to 0 and identity rotation matrix.
Definition: mbs_sensor.c:29
MbsSensor * mbs_new_sensor(struct MbsData *mbs_data)
Create (allocate and initialize) a new MbsSensor structure.
Definition: mbs_sensor.c:79
Definition: mbs_data.h:307
Definition: mbs_sensor_struct.h:18
void mbs_delete_sensor(MbsSensor *psens)
Free the memory of MbsSensor structure and its contents.
Definition: mbs_sensor.c:86
void free_sensor(MbsSensor *psens)
Deprecated: Free the memory INSIDE MbsSensor structure.
Definition: mbs_sensor.c:69