-
Notifications
You must be signed in to change notification settings - Fork 63
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
Library development status #160
Comments
If you wanted to submit PRs back into Menge, I thing that would be the most
wonderful thing possible. :) I will happily review them and help in any
way I can.
Menge was written in a very antiquated form of C++ (there are some silly
historical reasons for that). It's been my intent to modernize it.
Certainly, eliminating new warnings due to advancing compilers would be a
part of that. If you've been working on modernizing it, it would be
wonderful to roll that back into the main repo.
Let me know how I can help.
Sean
…On Mon, Jan 17, 2022 at 7:42 AM Luca Della Vedova ***@***.***> wrote:
Hi!
We have been using your library (with a small change that required us to
fork it) for addings crowds to robotics simulation in RMF
<https://github.com/open-rmf/rmf_demos/> for some time.
There are a few improvements that we could do but we have been holding
back to avoid having diverging history, the main one being that when
compiling Menge with newer C++ versions there are *a lot* of warnings
that can flood the output (and I'm generally worried they might become
errors in future C++ versions).
I was wondering if in general this project is still developed /
maintained? If it is we might try to contribute to this codebase otherwise
I guess we will have to just keep our fork.
Cheers!
/Luca
—
Reply to this email directly, view it on GitHub
<#160>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7S2KY52OKQNICDYQ3HRADUWQ2GPANCNFSM5MFAHQ7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
We have been using your library (with a small change that required us to fork it) for addings crowds to robotics simulation in RMF for some time.
There are a few improvements that we could do but we have been holding back to avoid having diverging history, the main one being that when compiling Menge with newer C++ versions there are a lot of warnings that can flood the output (and I'm generally worried they might become errors in future C++ versions).
I was wondering if in general this project is still developed / maintained? If it is we might try to contribute to this codebase otherwise I guess we will have to just keep our fork.
Cheers!
/Luca
The text was updated successfully, but these errors were encountered: