Soubhi Hadri

Results 2 comments of Soubhi Hadri

Thanks @lfarah . Actually, It does not support installation (I mean using CocoaPods or Carthage). It consists of just raw classes and I organised it to be easy to implement....

In g2o/types/slam2d/edge_se2_pointxy_bearing.cpp line 51 change: `t.setRotation(t.rotation().angle()+_measurement);` to `t.setRotation((Eigen::Rotation2Dd)(t.rotation().angle()+_measurement));`