-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from dartsim/packaging-5.0.1
Packaging DART 5.0.1
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
dart (5.0.1) unstable; urgency=low | ||
|
||
* Improved app indexing for bipedStand and atlasSimbicon | ||
* Added clipping command when it exceeds the limits | ||
* Improved CollisionNode's index validity check | ||
* Standardized warning messages for Joints | ||
* Fixed bug in SDF parser -- correct child for a joint | ||
* Fixed SDF parsing for single link model without joint | ||
* Added missing virtual destructors to Properties in Entity and [Soft]BodyNode | ||
* Limited maximum required version of Assimp less than 3.0~dfsg-4 | ||
* Fixed SEGFAULTs in DartLoader | ||
|
||
-- Jeongseok Lee <[email protected]> Tue, 28 Jul 2015 03:00:00 -0500 | ||
|
||
dart (5.0.0) unstable; urgency=low | ||
|
||
* Fixed aligned memory allocation with Eigen objects | ||
|