Skip to content

Commit

Permalink
added a parameter init (#56)
Browse files Browse the repository at this point in the history
Initialize the init_pf_ variable in the EMcl2Node class
  • Loading branch information
SatoSan3 authored Jun 4, 2024
1 parent 611d49f commit 561ef81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emcl2_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace emcl2
EMcl2Node::EMcl2Node()
: Node("emcl2_node"),
ros_clock_(RCL_SYSTEM_TIME),
init_pf_(false),
init_request_(false),
simple_reset_request_(false),
scan_receive_(false),
Expand Down

0 comments on commit 561ef81

Please sign in to comment.