摘要: 主要的测试类 //测试纯虚函数的用法 class Animal{ public: Animal() = default; ~Animal() = default; virtual string color() = 0; static bool eat(); }; bool Animal::eat() 阅读全文
posted @ 2023-04-23 14:58 水水滴答 阅读(6) 评论(0) 推荐(0) 编辑
摘要: LocalParameterizations are deprecated in Ceres Solver 2.2.1 LocalParameterization -> Manifold ceres2.2.1之前的版本用的是LocalParameterizations来定义优化量的定义和求导,在之后 阅读全文
posted @ 2023-04-23 09:44 水水滴答 阅读(26) 评论(0) 推荐(0) 编辑