| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| | #ifndef MUJOCO_SRC_ENGINE_ENGINE_CALLBACK_H_ |
| | #define MUJOCO_SRC_ENGINE_ENGINE_CALLBACK_H_ |
| |
|
| | #include <mujoco/mjdata.h> |
| | #include <mujoco/mjexport.h> |
| |
|
| | #ifdef __cplusplus |
| | extern "C" { |
| | #endif |
| |
|
| | |
| | MJAPI extern mjfGeneric mjcb_passive; |
| | MJAPI extern mjfGeneric mjcb_control; |
| | MJAPI extern mjfConFilt mjcb_contactfilter; |
| | MJAPI extern mjfSensor mjcb_sensor; |
| | MJAPI extern mjfTime mjcb_time; |
| | MJAPI extern mjfAct mjcb_act_bias; |
| | MJAPI extern mjfAct mjcb_act_gain; |
| | MJAPI extern mjfAct mjcb_act_dyn; |
| |
|
| |
|
| | |
| | MJAPI void mj_resetCallbacks(void); |
| |
|
| | #ifdef __cplusplus |
| | } |
| | #endif |
| | #endif |
| |
|