Go to the documentation of this file. 1 #include <boost/test/unit_test.hpp>
5 BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)
17 BOOST_AUTO_TEST_SUITE_END()
double getCartMass() const
Get the mass of the cart.
double getPendulumLength() const
Get the length of the pendulum.
BOOST_AUTO_TEST_CASE(test_pendulum)
void setPendulumLength(const double &inLength)
Set the length of the cart.
void setCartMass(const double &inMass)
Set the mass of the cart.
double getPendulumMass() const
Get the mass of the pendulum.
void setPendulumMass(const double &inMass)
Set the mass of the cart.
Inverted Pendulum on a cart.