|
2 | 2 | Changelog for package force_torque_sensor |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +0.9.0 (2020-02-22) |
| 6 | +------------------ |
| 7 | +* All dependencies are released |
| 8 | +* Chagnes: |
| 9 | + - Use consistanant naming: calibration -> calacualte_offsets |
| 10 | + - Rename 'Recalibrate' service to 'CalculateOffsetsWithoutGravity' -> it calculates offsets but removing gravity. This is usefull for manipulators. |
| 11 | + - Refractoring and using global variables toward real-time performance. |
| 12 | +* - Code refraction |
| 13 | + - Added new output with data after all filters |
| 14 | + - Filters are now not activated if they are not defined |
| 15 | + - Added mutex between two threads of reading data from the sensor and providing them for other components. |
| 16 | + - Additinal debugging output when regarding setup of the SensorHandle |
| 17 | +* Add changes from melodic in to kinetic (`#22 <https://github.com/KITrobotics/force_torque_sensor/issues/22>`_) |
| 18 | + * Added travis config for melodic |
| 19 | + * Added Melodic in overview |
| 20 | + * Scenario update melodic (`#7 <https://github.com/KITrobotics/force_torque_sensor/issues/7>`_) |
| 21 | + * added scenario parameter |
| 22 | + * fixed wrong variable names |
| 23 | + * Added service for setting offets from outside |
| 24 | + * Moved to Eigen3 from Eigen |
| 25 | + * Update calibrate_tool.py |
| 26 | + * Using WrenchTranform in tf2 instead of manual transform. |
| 27 | + * Corrected error with doTranform for wrenches and corrected package.xml with package meta data. |
| 28 | + * Update .travis.yml |
| 29 | + * Update .travis.rosinstall |
| 30 | + * Added joystick and keyboard (`#8 <https://github.com/KITrobotics/force_torque_sensor/issues/8>`_) |
| 31 | + * generated changelog |
| 32 | + * 0.8.1 |
| 33 | + * Update .travis.rosinstall (`#9 <https://github.com/KITrobotics/force_torque_sensor/issues/9>`_) |
| 34 | + * Added support for RS-485 communication (`#11 <https://github.com/KITrobotics/force_torque_sensor/issues/11>`_) |
| 35 | + * Added support for RS-485 communication |
| 36 | + Adjusted the sensor handle to dynamically use CAN or RS-485 communication, depending on the plugin loaded. |
| 37 | + Also added a Configuration file for the RS485 interface. |
| 38 | + * Updated handles when testing RS485 communication |
| 39 | + * generated changelog |
| 40 | + * 0.0.1 |
| 41 | + * Publishing before merge |
| 42 | + * Cleaned some lines (`#21 <https://github.com/KITrobotics/force_torque_sensor/issues/21>`_) |
| 43 | + * Cleaned lines (`#23 <https://github.com/KITrobotics/force_torque_sensor/issues/23>`_) |
| 44 | + * Cleaned some lines |
| 45 | + * Add correction of prototype |
| 46 | +* Merge branch 'kinetic-devel' into melodic |
| 47 | +* Cleaned lines (`#23 <https://github.com/KITrobotics/force_torque_sensor/issues/23>`_) |
| 48 | + * Cleaned some lines |
| 49 | + * Add correction of prototype |
| 50 | +* Cleaned some lines (`#21 <https://github.com/KITrobotics/force_torque_sensor/issues/21>`_) |
| 51 | +* Melodic to kinetic (`#18 <https://github.com/KITrobotics/force_torque_sensor/issues/18>`_) |
| 52 | + * Added travis config for melodic |
| 53 | + * Added Melodic in overview |
| 54 | + * Scenario update melodic (`#7 <https://github.com/KITrobotics/force_torque_sensor/issues/7>`_) |
| 55 | + * added scenario parameter |
| 56 | + * fixed wrong variable names |
| 57 | + * Added service for setting offets from outside |
| 58 | + * Moved to Eigen3 from Eigen |
| 59 | + * Update calibrate_tool.py |
| 60 | + * Using WrenchTranform in tf2 instead of manual transform. |
| 61 | + * Corrected error with doTranform for wrenches and corrected package.xml with package meta data. |
| 62 | + * Update .travis.yml |
| 63 | + * Update .travis.rosinstall |
| 64 | + * Added joystick and keyboard (`#8 <https://github.com/KITrobotics/force_torque_sensor/issues/8>`_) |
| 65 | + * generated changelog |
| 66 | + * 0.8.1 |
| 67 | + * Update .travis.rosinstall (`#9 <https://github.com/KITrobotics/force_torque_sensor/issues/9>`_) |
| 68 | + * Added support for RS-485 communication (`#11 <https://github.com/KITrobotics/force_torque_sensor/issues/11>`_) |
| 69 | + * Added support for RS-485 communication |
| 70 | + Adjusted the sensor handle to dynamically use CAN or RS-485 communication, depending on the plugin loaded. |
| 71 | + Also added a Configuration file for the RS485 interface. |
| 72 | + * Updated handles when testing RS485 communication |
| 73 | + * generated changelog |
| 74 | + * 0.0.1 |
| 75 | + * Publishing before merge |
| 76 | + * Update .travis.rosinstall |
| 77 | + * Update .travis.yml |
| 78 | +* Added support for RS-485 communication (`#11 <https://github.com/KITrobotics/force_torque_sensor/issues/11>`_) |
| 79 | + * Added support for RS-485 communication |
| 80 | + Adjusted the sensor handle to dynamically use CAN or RS-485 communication, depending on the plugin loaded. |
| 81 | + Also added a Configuration file for the RS485 interface. |
| 82 | + * Updated handles when testing RS485 communication |
| 83 | + * generated changelog |
| 84 | + * 0.0.1 |
| 85 | + * Publishing before merge |
| 86 | +* Ati rs485 interface kinetic (`#16 <https://github.com/KITrobotics/force_torque_sensor/issues/16>`_) |
| 87 | + * Added travis config for melodic |
| 88 | + * Added Melodic in overview |
| 89 | + * Added support for RS-485 communication |
| 90 | + Adjusted the sensor handle to dynamically use CAN or RS-485 communication, depending on the plugin loaded. |
| 91 | + Also added a Configuration file for the RS485 interface. |
| 92 | + * Updated handles when testing RS485 communication |
| 93 | + * Publishing before merge |
| 94 | + * Kinetic ati-rs485 |
| 95 | +* Update .travis.rosinstall (`#9 <https://github.com/KITrobotics/force_torque_sensor/issues/9>`_) |
| 96 | +* Merge pull request `#12 <https://github.com/KITrobotics/force_torque_sensor/issues/12>`_ from KITrobotics/kinetic-devel-release |
| 97 | + Kinetic devel release |
| 98 | +* 0.0.1 |
| 99 | +* generated changelog |
| 100 | +* Contributors: Daniel Azanov, Denis Stogl, Denis Štogl, FlorianAumann, GDwag, Gilbert Groten, SR3 RoboTrainer |
| 101 | + |
5 | 102 | 0.8.1 (2018-12-11) |
6 | 103 | ------------------ |
7 | 104 | * Added joystick and keyboard (#8) |
|
0 commit comments