forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes multibody/constraint private within examples/rod2d (RobotLocomo…
…tion#21445) We move the entire multibody/constraint into the only place it gets used examples/rod2d. Along with this, we properly deprecate the original constraint_solver for removal, leaving the original files as copies in `multibody/constraint` simply to provide a proper deprecation window. The docs are removed from our public Doxygen modules to avoid this old confusion users have that we have an LCP solver in Drake. The docs are now a local README file in examples/rod2d/constraint. Co-authored-by: Jeremy Nimmer <[email protected]>
- Loading branch information
1 parent
51403da
commit d03c8cd
Showing
16 changed files
with
3,646 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
295 changes: 147 additions & 148 deletions
295
multibody/constraint/constraint_doxygen.h → examples/rod2d/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#include "drake/examples/rod2d/constraint_solver.h" | ||
|
||
namespace drake { | ||
namespace examples { | ||
namespace rod2d { | ||
|
||
template class ConstraintSolver<double>; | ||
|
||
} // namespace rod2d | ||
} // namespace examples | ||
} // namespace drake |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.