#include <cppunit/TestCase.h>
#include <cppunit/extensions/HelperMacros.h>
#include <iostream>
#include <vector>
#include <signal.h>
#include "youbot/YouBotBase.hpp"
#include "youbot/YouBotManipulator.hpp"
#include "youbot/DataTrace.hpp"
Go to the source code of this file.
Data Structures | |
class | YouBotBaseTestWithoutThread |
A unit test for one youbot joint communicating without a thread. More... |