martinruenz/maskfusion

shared_ptr<pangolin::VarValueT<type> > has no member named ‘Set’

PNeigel opened this issue · 1 comments

I'm getting a ton of errors like these for different VarValueT:

/home/user/repos/maskfusion/maskfusion/GUI/Tools/GUI.h: In lambda function:
/home/user/repos/maskfusion/maskfusion/GUI/Tools/GUI.h:241:70: error: ‘class std::shared_ptr<pangolin::VarValueT<bool> >’ has no member named ‘Set’; did you mean ‘get’?
  241 |     pangolin::RegisterKeyPressCallback('w', [&]() { saveCloud->Ref().Set(true); });

Probably Pangolin was changed/refactored? Could you say from which commit you pulled Pangolin in your working version, so I can downgrade Pangolin to a compatible one.