#include "OctomapInterface.h"
#include <openrave/plugin.h>
#include <ros/ros.h>
#include <ros/node_handle.h>
#include <ros/param.h>
Go to the source code of this file.
|
| static int | argc = 1 |
| |
| static char * | argv [1] = {const_cast<char *>("or_octomap")} |
| |
| OpenRAVE::InterfaceBasePtr CreateInterfaceValidated |
( |
OpenRAVE::InterfaceType |
type, |
|
|
const std::string & |
interfacename, |
|
|
std::istream & |
sinput, |
|
|
OpenRAVE::EnvironmentBasePtr |
penv |
|
) |
| |
| OPENRAVE_PLUGIN_API void DestroyPlugin |
( |
| ) |
|
| void GetPluginAttributesValidated |
( |
OpenRAVE::PLUGININFO & |
info | ) |
|
| char* argv[1] = {const_cast<char *>("or_octomap")} |
|
static |