tier4 / caret_report

Scripts to create analysis report using CARET trace data

Home Page:https://tier4.github.io/caret_report/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test with Autoware

CARET_report

  • This repository contains report creation scripts for CARET
  • Please refer to report to find explanation of how to use the scripts
  • Please refer to sample_autoware to find sample settings and a full explanation of how to analyze Autoware with CARET

Requirements

  • Ubuntu 22.04
    • ROS2 Humble
    • CARET ( Use main/latest )
  • The following software is also needed
pip3 install 'Flask>=3' anytree

FAQ and Troubleshooting

Process is stuck or PC freezes/crashes

  • It uses lots of memory
    • 64GB or more is recommended
    • In case crash happens due to memory shortage, increase swap space

About sim_time

The analysis scripts don't support sim_time. So, please be careful when you analyze trace data which have been created with ros2 bag play with -r option. For instance, "Frequency" will be half when you add -r 0.5 option.

How to run regression test

# cd to this repo cloned
sh ./compare/makereport_and_compare.sh

About

Scripts to create analysis report using CARET trace data

https://tier4.github.io/caret_report/

License:Apache License 2.0


Languages

Language:Python 70.7%Language:HTML 19.4%Language:Shell 5.9%Language:JavaScript 3.0%Language:Dockerfile 1.0%