Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi421 committed Jan 10, 2025
1 parent 029ec88 commit 6648b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample_autoware/run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

export component_list_json=./component_list.json
export target_path_json=./target_path.json
# export target_path_json=./target_path_latest.json
# export target_path_json=./target_path.json
export target_path_json=./target_path_latest.json
export max_node_depth=20
export timeout=120
export draw_all_message_flow=false
Expand All @@ -19,10 +19,10 @@ export is_html_only=false
export find_valid_duration=false
export duration=0

export trace_data=~/work/caret_tracedata/universe/session-20231114050140/session-20231114050140
export trace_data=/home/atsushi/.ros/tracing/session-20250110134229

# Create analysis report
sh ../report/report_analysis/make_report.sh

# Create validation report
sh ../report/report_validation/make_report.sh
# sh ../report/report_validation/make_report.sh

0 comments on commit 6648b47

Please sign in to comment.