-
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
Advice on pull request: simulating realistic human joint limits #918
Comments
This sounds awesome! Here are my thoughts:
This wouldn't be a problem as
I would like to keep DART to be compatible with C++11 since Aikido, a motion planning library that depends on DART, should be compilable on Ubuntu Trusty where Ubuntu Trusty doesn't come with C++14 supporting compiler. Instead, we could make this optional feature only available when DART is built with C++14 compatible compiler. |
Depending on how this extension of dart is implemented, we may be able to use |
Thanks for the super fast response! In this case, I guess I will first create a pull request of my current implementation, so that you could provide feedback based on the specific code. |
Hi all,
Karen(@karenliu) and I just finished a DART project using Neural Nets to simulate realistic human range of motion:
https://youtu.be/wzkoE7wCbu0
http://arxiv.org/abs/1709.08685
We were thinking of pushing this tool to DART. I don't think this contribution will affect anything else on current DART. The only potential issue we see is that we use an external neural net library:
https://github.com/tiny-dnn/tiny-dnn
The library is pretty light-weighted, and is header-only & dependency-free. Currently I simply put the source files in a subfolder under dart source, but I am not sure whether this is a good practice.
Another minor thing is that I need to change DART complier dialect to C++14 to get everything work. Will that be a problem?
Could you guys share some insights on this?
Yifeng
The text was updated successfully, but these errors were encountered: