14 Node(
const std::string& node_name,
const rclcpp::NodeOptions& options = rclcpp::NodeOptions()) : node_(std::make_shared<rclcpp::Node>(node_name, options)) {
17 Node(
const std::string& node_name,
const std::string& namespace_,
const rclcpp::NodeOptions& options = rclcpp::NodeOptions())
18 : node_(std::make_shared<rclcpp::Node>(node_name, namespace_, options)) {
23 Node& operator=(
const Node&) =
default;
27 rclcpp::Node& this_node() {
30 rclcpp::Node::SharedPtr this_node_ptr()
const {
35 rclcpp::node_interfaces::NodeBaseInterface::SharedPtr get_node_base_interface()
const {
36 return node_->get_node_base_interface();
40 rclcpp::Node::SharedPtr node_;
All mrs_lib functions, classes, variables and definitions are contained in this namespace.
Definition attitude_converter.h:24