Skip to content
Snippets Groups Projects

Resolve "in factors: getTopology()"

Merged Joan Solà Ortega requested to merge 269-in-factors-gettopology into devel
14 files
+ 85
0
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -48,6 +48,11 @@ class FactorRangeBearing : public FactorAutodiff<FactorRangeBearing, 2, 2, 1, 2,
//
}
virtual std::string getTopology() const override
{
return "LMK";
}
template<typename T>
bool operator ()(const T* const _p_w_r, // robot position
const T* const _o_w_r, // robot orientation
Loading