Skip to content

Commit

Permalink
common: Remove deprecated methods 2019-10-15 (RobotLocomotion#12301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Nov 1, 2019
1 parent c9925a7 commit 0f3045b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions common/eigen_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "drake/common/constants.h"
#include "drake/common/drake_assert.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/drake_deprecated.h"

namespace drake {

Expand Down Expand Up @@ -163,15 +162,6 @@ using SquareTwistMatrix = Eigen::Matrix<Scalar, kTwistSize, kTwistSize>;
template <typename Scalar>
using WrenchVector = Eigen::Matrix<Scalar, 6, 1>;

/// A column vector consisting of a concatenated rotational and translational
/// force. The wrench is a special case of a SpatialForce. For a general
/// SpatialForce the rotational force can be a pure torque or the accumulation
/// of moments and need not necessarily be a function of the force term.
template <typename Scalar>
using SpatialForce
DRAKE_DEPRECATED("2019-10-15", "Please use Vector6<> instead.")
= Eigen::Matrix<Scalar, 6, 1>;

/// EigenSizeMinPreferDynamic<a, b>::value gives the min between compile-time
/// sizes @p a and @p b. 0 has absolute priority, followed by 1, followed by
/// Dynamic, followed by other finite values.
Expand Down
1 change: 1 addition & 0 deletions math/rigid_transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "drake/common/drake_assert.h"
#include "drake/common/drake_bool.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/drake_deprecated.h"
#include "drake/common/eigen_types.h"
#include "drake/common/never_destroyed.h"
#include "drake/math/rotation_matrix.h"
Expand Down

0 comments on commit 0f3045b

Please sign in to comment.