Implementation of 3D Galilean Group SGal(3) state. More...
#include <gtsam/geometry/Gal3.h>#include <gtsam/geometry/SO3.h>#include <gtsam/geometry/Event.h>#include <gtsam/base/numericalDerivative.h>#include <gtsam/base/Matrix.h>#include <gtsam/nonlinear/expressions.h>#include <gtsam/geometry/concepts.h>#include <iostream>#include <cmath>#include <functional>
Go to the source code of this file.
Namespaces | |
| gtsam | |
| traits | |
Functions | |
| std::ostream & | gtsam::operator<< (std::ostream &os, const Gal3 &state) |
Implementation of 3D Galilean Group SGal(3) state.
This implementation is based on the paper: Kelly, J. (2023). "All About the Galilean Group SGal(3)" arXiv:2312.07555
All section, equation, and page references in comments throughout this file refer to the aforementioned paper.
Definition in file Gal3.cpp.