Drake is undergoing continuous development and cannot yet offer a stable API. To help downstream users cope, this document provides brief summaries of user-facing changes.
- None
- #2303 The following member variables should now be accessed via accessor methods:
RigidBody::linkname
,RigidBody::model_name
,RigidBodyTree::num_positions
, andRigidBodyTree::num_velocities
. - #2325 The following member variable should now be accessed via an accessor method:
RigidBodyConstraint::robot
. - #1992 Matlab tests must now be explicitly listed in CMakeLists.
- #1970 The
drake
pod Makefile now includes theinstall
action. - #1953 Replace
valuecheckMatrix()
withCompareMatrices()
. - #2018 Fix capitalization of
Constraint
andOptimizationProblem
APIs to match style guide. - [#2415][] Require CMake 3.5 or higher to configure and build.
- #2102 Macports and Cygwin are no longer supported.
- #2067
core/Core.h
is removed. - #2039 Ubuntu 12.04 Trusty is no longer supported.
- #2027 Realtime C++ tests no longer fail under ctest.
- #2008
Drake::simulate(4-arg)
actually compiles again now. - #1990 Windows builds that include
bullet
are working again. - #1975 Fix coordinate frame error in rigid body collisions.
- (Assorted) Non-functional fixes for
cpplint
compliance.
Note that not all changes since v0.9.11 have been captured above. Only changes since approximately 2016-04-01 are noted.
Changes in version v0.9.11 and before are not provided.