Implement get_name()
This commit is contained in:
parent
5a74f32ba0
commit
21d766b511
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ public:
|
||||||
Node(std::string node_name, rclcpp::context::Context::SharedPtr context);
|
Node(std::string node_name, rclcpp::context::Context::SharedPtr context);
|
||||||
|
|
||||||
/* Get the name of the node. */
|
/* Get the name of the node. */
|
||||||
std::string
|
const std::string &
|
||||||
get_name();
|
get_name() const {return name_; }
|
||||||
|
|
||||||
/* Create and return a callback group. */
|
/* Create and return a callback group. */
|
||||||
rclcpp::callback_group::CallbackGroup::SharedPtr
|
rclcpp::callback_group::CallbackGroup::SharedPtr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue