let the user select real-time options different from the default ones More...
Functions | |
| void | user_realtime_options (MbsData *mbs_data, Realtime_option *options) |
| modify the real-time options More... | |
let the user select real-time options different from the default ones
In order to use C++ features, you just need to change the extension of this file (.c) to .cc (or .cpp).
| void user_realtime_options | ( | MbsData * | mbs_data, |
| Realtime_option * | options | ||
| ) |
modify the real-time options
| [in] | mbs_data | Robotran main structure |
| [out] | options | real-time options |
These are the options that the user can configure:
example: options->y_min_init = 0.0; options->y_max_init = 10.0;
1.8.17