Make node names match their executable name
This commit is contained in:
parent
05d60cb57a
commit
7c3470e668
8 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue