Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

cannot find the simple_humanoid.hh #88

Open
etrigger opened this issue Jan 29, 2017 · 3 comments
Open

cannot find the simple_humanoid.hh #88

etrigger opened this issue Jan 29, 2017 · 3 comments

Comments

@etrigger
Copy link

I cannot find the following header file:
#include <metapod/models/simple_humanoid/simple_humanoid.hh>

Please let me know how can I get it?

@sbarthelemy
Copy link

hello,

the file is automatically generated from this description:
https://github.com/laas/metapod/blob/master/data/simple_humanoid.urdf

reading the root CMakeLists.txt would probably help you to get the whole picture.

Cheers

@etrigger
Copy link
Author

Thanks, I change the cmake option and it works for me.
cmake -DBUILD_METAPODFROMURDF=ON ..

BTW, is there a function named metapod::getTorques(), I cannot find it's declaration.

@sbarthelemy
Copy link

Thanks, I change the cmake option and it works for me.

great!

BTW, is there a function named metapod::getTorques(), I cannot find it's declaration.

Yes: search for it, it will lead you to the implementation.

Cheers

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

No branches or pull requests

2 participants