#include "init_roscpp.h"#include <string>#include <ros/ros.h>

Go to the source code of this file.
Namespaces | |
| namespace | rxtools |
Functions | |
| void | rxtools::initRoscpp (const std::string &node_name, bool anonymous) |
| Initialize roscpp. Useful for Python applications which embed C++ panels. | |