Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
youbot_driver
testing
YouBotGripperTest.hpp
Go to the documentation of this file.
1
#ifndef YOU_BOT_GRIPPER_TEST_H
2
#define YOU_BOT_GRIPPER_TEST_H
3
4
#include <cppunit/TestCase.h>
5
#include <cppunit/extensions/HelperMacros.h>
6
7
#include <iostream>
8
#include <vector>
9
#include <signal.h>
10
#include <boost/ptr_container/ptr_vector.hpp>
11
#include "
youbot_driver/youbot/YouBotBase.hpp
"
12
#include "
youbot_driver/youbot/YouBotManipulator.hpp
"
13
#include "
youbot_driver/youbot/GripperDataTrace.hpp
"
14
15
using namespace
youbot
;
16
20
class
YouBotGripperTest
:
public
CppUnit::TestFixture {
21
CPPUNIT_TEST_SUITE(
YouBotGripperTest
);
22
CPPUNIT_TEST(youBotGripperTest);
23
CPPUNIT_TEST_SUITE_END();
24
25
public
:
26
YouBotGripperTest
();
27
virtual
~
YouBotGripperTest
();
28
29
void
setUp();
30
void
tearDown();
31
32
33
void
youBotGripperTest();
34
35
private
:
36
unsigned
int
overallTime
;
37
unsigned
int
startTime
;
38
unsigned
int
updateCycle
;
39
const
int
dof
;
40
};
41
42
#endif //YOU_BOT_GRIPER_TEST_H
YouBotGripperTest::dof
const int dof
Definition:
YouBotGripperTest.hpp:39
YouBotGripperTest::overallTime
unsigned int overallTime
Definition:
YouBotGripperTest.hpp:36
YouBotGripperTest::startTime
unsigned int startTime
Definition:
YouBotGripperTest.hpp:37
youbot
Definition:
FourSwedishWheelOmniBaseKinematic.hpp:60
GripperDataTrace.hpp
YouBotManipulator.hpp
YouBotGripperTest::updateCycle
unsigned int updateCycle
Definition:
YouBotGripperTest.hpp:38
YouBotGripperTest
A unit test for the youBot gripper.
Definition:
YouBotGripperTest.hpp:20
YouBotBase.hpp
youbot_driver
Author(s): Jan Paulus
autogenerated on Mon Jun 10 2019 15:46:25