Skip to content

Commit eb93287

Browse files
committed
2.9.4
1 parent f3aea9d commit eb93287

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

eigen_typekit/CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog for package eigen_typekit
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.4 (2021-01-04)
6+
------------------
7+
* Merge pull request `#26 <https://github.com/orocos/rtt_geometry/issues/26>`_ from ahoarau/fixed_size_vectors
8+
Add fixed size vectors
9+
* addressing `#34 <https://github.com/orocos/rtt_geometry/issues/34>`_ v2 - returning temporaries
10+
* fix last commit
11+
* addressing `#34 <https://github.com/orocos/rtt_geometry/issues/34>`_
12+
https://github.com/orocos/rtt_geometry/issues/34
13+
* remove unecessary function
14+
* taking care of @meyerj comments
15+
* fix fixed sized constructors
16+
* remove matrix6
17+
* rename vector index to vector size
18+
* add fixed size matrices
19+
+ Vector6d/Matrix6d
20+
* add eigen_vector2/3/4
21+
* Contributors: Antoine Hoarau, Johannes Meyer
22+
523
2.9.3 (2019-06-03)
624
------------------
725

eigen_typekit/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>eigen_typekit</name>
3-
<version>2.9.3</version>
3+
<version>2.9.4</version>
44
<license>LGPL</license>
55
<description>An Orocos typekit for Eigen types.</description>
66
<maintainer email="[email protected]">Orocos Developers</maintainer>

kdl_typekit/CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog for package kdl_typekit
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.4 (2021-01-04)
6+
------------------
7+
* Merge pull request `#32 <https://github.com/orocos/rtt_geometry/issues/32>`_ from orocos/fix/kdl_typekit-writable-source
8+
Fix unit tests in kdl_typekit on Travis
9+
* kdl_typekit: fix read-only filesystem error when running unit tests on Travis CI with non-writable source-space
10+
* Merge pull request `#31 <https://github.com/orocos/rtt_geometry/issues/31>`_ from ahoarau/patch-1
11+
env-hooks: only install env-hook if BUILD_LUA_RTT is enabled
12+
* add option that defaults on
13+
* env-hooks: only install env-hook if BUILD_LUA_RTT is enabled
14+
Similar to https://github.com/orocos-toolchain/ocl/commit/eb4575516af295955f341097e62da92772ccc2f1
15+
* Contributors: Antoine Hoarau, Johannes Meyer
16+
517
2.9.3 (2019-06-03)
618
------------------
719
* Merge pull request `#30 <https://github.com/orocos/rtt_geometry/issues/30>`_ from achim-k/toolchain-2.9

kdl_typekit/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>kdl_typekit</name>
3-
<version>2.9.3</version>
3+
<version>2.9.4</version>
44
<description>This package contains the KDL RTT bindings</description>
55
<maintainer email="[email protected]">Orocos Developers</maintainer>
66

rtt_geometry/CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rtt_geometry
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.9.4 (2021-01-04)
6+
------------------
7+
58
2.9.3 (2019-06-03)
69
------------------
710

rtt_geometry/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rtt_geometry</name>
3-
<version>2.9.3</version>
3+
<version>2.9.4</version>
44
<description>
55
This metapackage contains tools for integrating the Orocos Kinematics and
66
Dynamics Library (KDL) with the Orocos Toolchain and Real-Time Toolkit

0 commit comments

Comments
 (0)