|
2 | 2 | Changelog for package rm_common |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +0.1.11 (2022-06-10) |
| 6 | +------------------- |
| 7 | +* Add synchronized calibration. |
| 8 | +* Changed gpio type in gpio interface to enum. |
| 9 | +* Move gpio type from rm_hw to rm_common. |
| 10 | +* Changed gpio type in gpio interface to enum. |
| 11 | +* Gpio interface 2 (`#51 <https://github.com/ye-luo-xi-tui/rm_control/issues/51>`_) |
| 12 | + * Write a gpio_manager, it can initialize with pin ID and direction, and write output or read Input. |
| 13 | + * Modifier readInput(). |
| 14 | + * Write gpio_state_interface.h(read only) |
| 15 | + * write gpio_state_interface.h(read only) |
| 16 | + * Modifier gpio manager. Write a new writeOutput() function. |
| 17 | + * Add gpio_state_interface in robotHW |
| 18 | + * Solve a error |
| 19 | + * Modifier names of variables. |
| 20 | + * Set GpioReadHandle and GpioWriteHandle. Register GpioReadInterface and GpioWriteInterface. Improve the code about gpio and delete unnecessary things. |
| 21 | + * Add GpioRead.msg GpioWrite.msg. |
| 22 | + * Add Gpio controller. |
| 23 | + * Update Gpio controller. |
| 24 | + * Update Gpio controller. |
| 25 | + * Update gpio controller. |
| 26 | + * Update gpio_controller. |
| 27 | + * Update gpio_controller to version 2.0. |
| 28 | + * Update gpio_interface to version2.0. |
| 29 | + Co-authored-by: yezi <1536117624@qq.com> |
| 30 | + Co-authored-by: ye-luo-xi-tui <74857762+ye-luo-xi-tui@users.noreply.github.com> |
| 31 | + Co-authored-by: QiayuanLiao <liaoqiayuan@gmail.com> |
| 32 | +* Merge pull request `#49 <https://github.com/ye-luo-xi-tui/rm_control/issues/49>`_ from ChenZheng29/master |
| 33 | + Delete cost function and modify the track topic |
| 34 | +* Delete target_cost_function.cpp and target_cost_function.h |
| 35 | +* Merge pull request `#48 <https://github.com/ye-luo-xi-tui/rm_control/issues/48>`_ from ye-luo-xi-tui/master |
| 36 | + Fix a stupid bug |
| 37 | +* Fix a stupid bug. |
| 38 | +* Merge remote-tracking branch 'origin/master' |
| 39 | +* Merge pull request `#47 <https://github.com/ye-luo-xi-tui/rm_control/issues/47>`_ from ye-luo-xi-tui/master |
| 40 | + Decide acceleration and max_vel by power limit |
| 41 | +* Decide acceleration and max_vel by power limit. |
| 42 | +* Contributors: QiayuanLiao, XYM-github, Yuexin Mu, YuuinIH, chenzheng, qiayuan, yezi |
| 43 | + |
5 | 44 | 0.1.10 (2022-05-22) |
6 | 45 | ------------------- |
7 | 46 | * Merge pull request `#42 <https://github.com/rm-controls/rm_control/issues/42>`_ from ye-luo-xi-tui/service |
|
0 commit comments