#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <mutex>
#include "nrp_event_loop/computational_graph/input_node.h"
#include "nrp_event_loop/python/input_edge.h"
#include "nrp_ros_proxy/nrp_ros_proxy.h"
Go to the source code of this file.
Classes | |
class | InputROSNode< MSG_TYPE > |
Input node used to connect a ROS subscriber to the computational graph. More... | |
class | InputROSEdge< MSG_TYPE > |