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