Skip to content

Commit bbd7b77

Browse files
authored
Prepare for unified release (#27)
* All dependencies are released * Added all changes for release * 0.9.0 version
1 parent 227e27b commit bbd7b77

File tree

4 files changed

+101
-12
lines changed

4 files changed

+101
-12
lines changed

.travis.rosinstall

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
- git:
2-
uri: 'https://github.com/iirob/iirob_filters.git'
3-
local-name: iirob_filters
4-
version: kinetic-devel
5-
6-
- git:
7-
uri: 'https://github.com/iirob/rosparam_handler.git'
8-
local-name: rosparam_handler
9-
version: master
1+

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ notifications:
1212
env:
1313
global:
1414
- UPSTREAM_WORKSPACE=file
15-
# - VERBOSE_OUTPUT=true
1615
matrix:
17-
- ROS_DISTRO="melodic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu
16+
- ROS_DISTRO="kinetic"
17+
- ROS_DISTRO="melodic"
1818
install:
1919
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
2020
script:

CHANGELOG.rst

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,103 @@
22
Changelog for package force_torque_sensor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
5102
0.8.1 (2018-12-11)
6103
------------------
7104
* Added joystick and keyboard (#8)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>force_torque_sensor</name>
4-
<version>0.8.1</version>
4+
<version>0.9.0</version>
55
<description>The force_torque_sensor package</description>
66

77
<maintainer email="denis.stogl@kit.edu">Denis Štogl</maintainer>

0 commit comments

Comments
 (0)