You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm getting a ton of errors like these for different VarValueT:
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.
The text was updated successfully, but these errors were encountered: