moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
The constructor of this class ensures that ros::init() has been called. Thread safety and multiple initialization is properly handled. When the process terminates, ros::shutdown() is also called, if needed. More...
#include <roscpp_initializer.h>
Public Member Functions | |
ROScppInitializer () | |
ROScppInitializer (boost::python::list &argv) | |
ROScppInitializer (const std::string &node_name, boost::python::list &argv) | |
The constructor of this class ensures that ros::init() has been called. Thread safety and multiple initialization is properly handled. When the process terminates, ros::shutdown() is also called, if needed.
Definition at line 51 of file roscpp_initializer.h.
moveit::py_bindings_tools::ROScppInitializer::ROScppInitializer | ( | ) |
moveit::py_bindings_tools::ROScppInitializer::ROScppInitializer | ( | boost::python::list & | argv | ) |
moveit::py_bindings_tools::ROScppInitializer::ROScppInitializer | ( | const std::string & | node_name, |
boost::python::list & | argv | ||
) |