#include <string>
#include <vector>
#include <iterator>
#include <rtt/os/startstop.h>
#include <ocl/DeploymentComponent.hpp>
#include <ocl/TaskBrowser.hpp>
#include <ocl/LoggingService.hpp>
#include <rtt/Logger.hpp>
#include <rtt/deployment/ComponentLoader.hpp>
#include <rtt/scripting/Scripting.hpp>
#include <rtt/internal/GlobalService.hpp>
#include <ros/package.h>
#include <boost/assign/std/vector.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
| TEST (BasicTest, Import) |
|
| TEST (BasicTest, PackageFinding) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
BasicTest |
, |
|
|
Import |
|
|
) |
| |
TEST |
( |
BasicTest |
, |
|
|
PackageFinding |
|
|
) |
| |