-
Notifications
You must be signed in to change notification settings - Fork 285
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
Package reorganizing #587
Package reorganizing #587
Conversation
…udio 2015 CMake variable `MSVC14` is used since donnyward@b0f4ee7, and the variable was defined since cmake 3.1.3. Also, FATAL_ERROR is removed since the option is ignored by CMake 2.6 and higher.
Waiting to pass build tests on ppa:dartsim. |
It would be nice to add |
There were a couple reasons for separating osgDart the way we did.
Since we're totally redoing the package organization, I think it would be a good idea to package |
Although if we're not concerned about implementing those changes in DART 6.0, then we could just make the changes in |
Right, As we are releasing DART 6.0 for seamless changing the name, I would like to make the changes in KIDO 1.0 (and 0.1) but not in DART 6.0. |
- bullet for kido - nlopt for kido-optimization-nlopt - ipopt for kido-optimization-ipopt
I created #588 for the change of |
- Use leading :: namespace (global namespace) to differ OpenSceneGraph's osg namespace from kido::gui::osg
Change namespace and directory of osgKido
…sion's headers explicitly when needed
This pull request reorganizes packages of KIDO into new composition as discussed in #477.
In the new composition, previous
dart-core
becomeskido
, and the additional namespaces indart
are splited into several components:kido-planning
,kido-gui
,kido-utils
,kido-optimizer-nlopt
, andkido-optimizer-ipopt
.osgKido
is a separate package rather than a component ofkido
. SoosgKido
can be used byfind_package(osgKido)
. But, it can be merged intokido
as a component easily if @mxgrey wants.