GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Classes | Namespaces
Pendulum.h File Reference

Three-way factors for the pendulum dynamics as in [Stern06siggraph] for (1) explicit Euler method, (2) implicit Euler method, and (3) sympletic Euler method. Note that all methods use the same formulas for the factors. They are only different in the way we connect variables using those factors in the graph. More...

#include <gtsam/nonlinear/NonlinearFactor.h>
Include dependency graph for Pendulum.h:

Go to the source code of this file.

Classes

class  gtsam::PendulumFactor1
 
class  gtsam::PendulumFactor2
 
class  gtsam::PendulumFactorPk
 
class  gtsam::PendulumFactorPk1
 

Namespaces

 gtsam
 

Detailed Description

Three-way factors for the pendulum dynamics as in [Stern06siggraph] for (1) explicit Euler method, (2) implicit Euler method, and (3) sympletic Euler method. Note that all methods use the same formulas for the factors. They are only different in the way we connect variables using those factors in the graph.

Author
Duy-Nguyen Ta