Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TinyOBJLoader to v2.0.0rc8 #2885

Merged
merged 1 commit into from
Nov 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Gazebo 9.xx.x (202x-xx-xx)

1. Updated the version of TinyOBJLoader from 1.0.0 to 2.0.0rc8.
* [Pull request #2885](https://github.com/osrf/gazebo/pull/2885)

1. Support resource files with spaces
* [Pull request #2877](https://github.com/osrf/gazebo/pull/2877)

1. Fix physics based sensor update rate in lockstep mode
* [Pull request #2863](https://github.com/osrf/gazebo/pull/2863)

Expand Down
7 changes: 7 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Deprecated code produces compile-time warnings. These warning serve as
notification to users that their code should be upgraded. The next major
release will remove the deprecated code.

## Gazebo 9.15 to 9.16

### Modifications

Updated the version of TinyOBJLoader from 1.0.0 to 2.0.0rc8.
chapulina marked this conversation as resolved.
Show resolved Hide resolved
See the changelog at https://github.com/osrf/gazebo/blob/gazebo9/deps/tinyobjloader/tiny_obj_loader.h

## Gazebo 8.4 to 9.x

### Models with duplicate names will not be inserted
Expand Down
Loading