File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
2
2
3
3
SET ( RBDL_VERSION_MAJOR 3 )
4
4
SET ( RBDL_VERSION_MINOR 1 )
5
- SET ( RBDL_VERSION_PATCH 2 )
5
+ SET ( RBDL_VERSION_PATCH 3 )
6
6
SET ( RBDL_VERSION
7
7
${RBDL_VERSION_MAJOR} .${RBDL_VERSION_MINOR}.${RBDL_VERSION_PATCH}
8
8
)
Original file line number Diff line number Diff line change 1
- RBDL - Rigid Body Dynamics Library
2
- Copyright (c) 2011-2020 Martin Felis < martin@fysx.org >
1
+ RBDL ORB - Rigid Body Dynamics Library (ORB Version)
2
+ Copyright (c) 2018-2021 Felix Richter < felix.richter@informatik.uni-heidelberg.de >
3
3
4
4
Introduction
5
5
============
Original file line number Diff line number Diff line change 38
38
*
39
39
* \section recent_changes Recent Changes
40
40
* <ul>
41
+ * <li>30 September 2021: New release 3.1.3:
42
+ * <ul>
43
+ * <li> Casadi Math Backend added support for tanh function. </li>
44
+ * </ul>
45
+ * </li>
41
46
* <li>13 August 2021: New release 3.1.0:
42
47
* <ul>
43
48
* <li> Added support for rbdl-casadi, as an additional version of the rbdl library.
Original file line number Diff line number Diff line change 1
- 3.0.0 -> 3.1.0 (13. August 2020)
1
+ 3.1.2 -> 3.1.3 (30. September 2021)
2
+ - casadi math backend added tanh support
3
+
4
+ 3.0.0 -> 3.1.0 (13. August 2021)
2
5
- introducing the casadi math backend, rbdl-casadi is build as a seperated library that can be installed parallel to rbdl
3
6
- added install of cmake config files, so projects building on rbdl do not need to write their own FindRBDL.cmake files anymore
4
7
You can’t perform that action at this time.
0 commit comments