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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue