add newlines
parent
2827a1e041
commit
1203f0c702
|
|
@ -523,4 +523,4 @@ std::ostream &operator<<(std::ostream &os, const Pose3& pose) {
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
|
|
@ -461,4 +461,4 @@ struct Bearing<Pose3, Pose3> : HasBearing<Pose3, Pose3, Unit3> {};
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct Range<Pose3, T> : HasRange<Pose3, T, double> {};
|
struct Range<Pose3, T> : HasRange<Pose3, T, double> {};
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
|
|
@ -295,4 +295,4 @@ namespace gtsam {
|
||||||
struct traits<PlanarProjectionFactor3> :
|
struct traits<PlanarProjectionFactor3> :
|
||||||
public Testable<PlanarProjectionFactor3> {};
|
public Testable<PlanarProjectionFactor3> {};
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue