Make node names match their executable name

This commit is contained in:
Christophe Bedard 2019-06-19 10:16:29 +02:00
parent 05d60cb57a
commit 7c3470e668
8 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ class SubNode : public rclcpp::Node
{
public:
explicit SubNode(rclcpp::NodeOptions options)
: Node("sub_node", options)
: Node("test_subscription", options)
{
sub_ = this->create_subscription<std_msgs::msg::String>(
"the_topic",