fixed some coding error
parent
8bd03e7e50
commit
9c4942021a
|
@ -323,7 +323,6 @@ typedef std::pair<Point3, Point3> Point3Pair;
|
||||||
GTSAM_EXPORT boost::optional<Pose3> align(const std::vector<Point3Pair>& pairs);
|
GTSAM_EXPORT boost::optional<Pose3> align(const std::vector<Point3Pair>& pairs);
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct traits<Pose3> : public internal::LieGroupTraits<Pose3> {
|
struct traits<Pose3> : public internal::LieGroupTraits<Pose3> {};
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
Loading…
Reference in New Issue