1 #ifndef YOU_BOT_BASE_TEST_H 2 #define YOU_BOT_BASE_TEST_H 4 #include <cppunit/TestCase.h> 5 #include <cppunit/extensions/HelperMacros.h> 21 CPPUNIT_TEST(youBotBaseTest_PositionMode);
22 CPPUNIT_TEST(youBotBaseTest_VelocityMode);
23 CPPUNIT_TEST(youBotBaseTest_CurrentMode);
24 CPPUNIT_TEST_SUITE_END();
34 void youBotBaseTest_PositionMode();
35 void youBotBaseTest_VelocityMode();
36 void youBotBaseTest_CurrentMode();
51 #endif //YOU_BOT_BASE_TEST_H
JointCurrentSetpoint currentSetpoint
Set-point velocity of the joint.
A unit test for the youBot base.
JointAngleSetpoint setAngle
unsigned int durationNull
unsigned int stepStartTime
JointVelocitySetpoint setVel
Set-point current of the joint.
Set-point angle / position of the joint.