davrempe / contact-human-dynamics

Code for ECCV 2020 paper "Contacts and Human Dynamics from Monocular Video".
Other
271 stars 42 forks source link

Error building physics-based optimization part #20

Closed vadeli closed 2 years ago

vadeli commented 2 years ago

Hello, Thanks for the great work. when I try to build the physics-based optimization I get the following error:

contact-human-dynamics/towr_phys_optim/src/variables/nodes_variables_dynamic_phase_based.cpp:51:3: error: 

std::vector<towr::NodesVariablesPhaseBased::PolyInfo> towr::NodesVariablesPhaseBased::polynomial_info_’

is private within this context.

Could you please help me to solve this error?

vadeli commented 2 years ago

Problem solved.

HitLyn commented 2 years ago

How do you solve this problem? I have the same problem here

HitLyn commented 2 years ago

How do you solve this problem? I have the same problem here

It's solved by using the updated version of tower.