forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBT compile topological information (RobotLocomotion#6120)
* Compiles BodyNodeTopology * Updates multibody_tree_creation_tests.cc * Adds unit tests for a complex tree topology * Adds unit tests doc * Adds more doc * Addresses reviews * Fixes gcc warning * Addresses reviews * Makes MBTTopology into a class * Refactors multibody_tree_creation_tests to stop accessing private members of topology * Makes MBTT::bodies_ private * Makes MBTT::body_nodes_ private * Makes MBTT::mobilizers_ private * Makes MBTT::frames_ private * Cleansup lint. * Addresses reviews * Get rid of copy-pasta
- Loading branch information
1 parent
7f2dee1
commit ce88092
Showing
7 changed files
with
564 additions
and
101 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
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
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
Oops, something went wrong.