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

[Discussion] Library goal and what should be here #3

Open
drdanz opened this issue Jan 29, 2019 · 3 comments
Open

[Discussion] Library goal and what should be here #3

drdanz opened this issue Jan 29, 2019 · 3 comments

Comments

@drdanz
Copy link
Member

drdanz commented Jan 29, 2019

I added a lot of stuff that I would like to have here in the main README.md file, but I think we should discuss point by point

@aerydna
Copy link
Contributor

aerydna commented Jan 29, 2019

this library is intended to serve 2 main necessity,

  • a place where we can put general utility, classes and methods not present in the standard c++ but useful for robotology, also copying from other famous c++ library
  • a sort of long buffer for using c++ advanced feature. offering similar functionality, then Wrapping the standard version whenever it come out and then slowly deprecating them asking downstream to simply substitute the robotology::xxx with std::yyy.

@traversaro
Copy link
Member

A sort of robotology's Abseil (but hopefully with a release model more aligned with standard open source practice)?

@aerydna
Copy link
Contributor

aerydna commented Jan 31, 2019

exactly, with also utility more related to the robotology world if we want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants