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

@ -23,7 +23,7 @@ class TimerNode : public rclcpp::Node
{
public:
explicit TimerNode(rclcpp::NodeOptions options)
: Node("timer_node", options)
: Node("test_timer", options)
{
is_done_ = false;
timer_ = this->create_wall_timer(