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

Build Error #18

Closed
streptoeoz opened this issue Jul 5, 2018 · 2 comments
Closed

Build Error #18

streptoeoz opened this issue Jul 5, 2018 · 2 comments

Comments

@streptoeoz
Copy link

I was trying to install towr package (option 3: core library & GUI & ros-rviz-visualization). However, the build failed and following error message shows:

/catkin_towr/src/towr/towr_ros/include/towr_ros/towr_xpp_ee_map.h:80:19: error: ‘foot_to_name’ is not a member of ‘xpp::biped’ ee.second = xpp::biped::foot_to_name.at(id_biped);

/catkin_towr/src/towr/towr_ros/include/towr_ros/towr_xpp_ee_map.h:86:19: error: ‘foot_to_name’ is not a member of ‘xpp::quad’ ee.second = xpp::quad::foot_to_name.at(id_quad);

It seems to be related with xpp library. My xpp version is v1.0.6 installed with command line. Could anyone help with this? Thanks.

@awinkler
Copy link
Member

awinkler commented Jul 5, 2018

Hi @eeoozz , thanks for pointing this out!
Yes, this is related to an update for xpp (v1.0.7) that hasn't yet made it to the binaries. I removed the dependency on this new xpp version, so pulling towr from master should fix this (see #19).

@streptoeoz
Copy link
Author

Thanks a lot for the help! It works now.

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

No branches or pull requests

2 participants