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

Packaging 6.7.0 #1215

Merged
merged 10 commits into from
Jan 10, 2019
Merged

Packaging 6.7.0 #1215

merged 10 commits into from
Jan 10, 2019

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Jan 10, 2019

Depends on #1214

@jslee02 jslee02 added this to the DART 6.7.0 milestone Jan 10, 2019
jslee02 pushed a commit that referenced this pull request Jan 10, 2019
#1216)

I recently needed to make a real-time simulation display on top of dartsim, so I decided to clean it up and add it into the main repo since it's a frequently requested feature (e.g. #1204).

It's a simple wrapper on top of the `dart::gui::osg::WorldNode` class. Users can opt for either the old `WorldNode` or the new `RealTimeWorldNode` depending on how they want to control the speed of the simulation.

I also added a line `ImGui::CreateContext();` because ImGui was crashing without that.

I know #1215 has already been opened, so I can retarget this at a `6.8` release (or we can wait until 6.7.1 since this won't impact API or ABI) instead if that would be preferred.

***

**Before creating a pull request**

- [x] Document new methods and classes
- [x] Format new code files using `clang-format`

**Before merging a pull request**

- [x] Set version target by selecting a milestone on the right side
- [x] Summarize this change in `CHANGELOG.md`
- [ ] (N/A) Add unit test(s) for this change
@jslee02 jslee02 merged commit 6823839 into release-6.7 Jan 10, 2019
@jslee02 jslee02 deleted the packaging-6.7.0 branch January 10, 2019 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant