Skip to content

Commit be79ea2

Browse files
committed
Removed unnecessary timer
1 parent 5402f8c commit be79ea2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/p2d_ndt_localizer/p2d_ndt_localizer_main.lf

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ reactor p2d_ndt_localizer {
3434

3535
state node:autoware::localization::ndt_nodes::P2DNDTLocalizerNode*;
3636
state node_shared_ptr:std::shared_ptr<autoware::localization::ndt_nodes::P2DNDTLocalizerNode>;
37-
38-
timer spin_timer(0, 10 msec);
39-
37+
4038
reaction (startup) {=
4139
std::string yaml_path = get_autoware_home() + "/" + AVP_DEMO_PARAM_PATH + "/" + NDT_LOCALIZER_PARAM;
4240

0 commit comments

Comments
 (0)