Skip to content

Commit

Permalink
disable json logging as a default
Browse files Browse the repository at this point in the history
Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi committed Jul 14, 2023
1 parent 3344dd5 commit 44c1f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<param name="world_frame_id" value="$(var world_frame_id)"/>
<param name="publish_rate" value="$(var publish_rate)"/>
<param name="enable_delay_compensation" value="$(var enable_delay_compensation)"/>
<param name="enable_logging" value="true"/>
<param name="enable_logging" value="false"/>
<param name="logging_file_path" value="association_log.json"/>
<param from="$(var tracker_setting_path)"/>
<param from="$(var data_association_matrix_path)"/>
Expand Down

0 comments on commit 44c1f85

Please sign in to comment.