1 #ifndef YouBotBaseTestWithoutThread_HPP 2 #define YouBotBaseTestWithoutThread_HPP 4 #include <cppunit/TestCase.h> 5 #include <cppunit/extensions/HelperMacros.h> 21 CPPUNIT_TEST(YouBotBaseTestWithoutThread_PositionMode);
22 CPPUNIT_TEST(YouBotBaseTestWithoutThread_VelocityMode);
23 CPPUNIT_TEST(YouBotBaseTestWithoutThread_CurrentMode);
24 CPPUNIT_TEST_SUITE_END();
34 void YouBotBaseTestWithoutThread_PositionMode();
35 void YouBotBaseTestWithoutThread_VelocityMode();
36 void YouBotBaseTestWithoutThread_CurrentMode();
52 #endif //YouBotBaseTestWithoutThread_HPP EthercatMasterInterface * ethercatMaster
unsigned int durationNull
Set-point velocity of the joint.
JointCurrentSetpoint currentSetpoint
JointAngleSetpoint setAngle
unsigned int stepStartTime
The Ethercat Master interface.
JointVelocitySetpoint setVel
A unit test for one youbot joint communicating without a thread.
Set-point current of the joint.
Set-point angle / position of the joint.