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

@ -24,7 +24,7 @@ class PingNode : public rclcpp::Node
{
public:
explicit PingNode(rclcpp::NodeOptions options)
: Node("ping_node", options)
: Node("test_ping", options)
{
sub_ = this->create_subscription<std_msgs::msg::String>(
"pong",