Skip to content

Changelog#

CARET#

v0.4.5 _ Mar 20, 2023#

v0.4.4 _ Feb 21, 2023#

v0.4.3 _ Feb 10, 2023#

  • Fixed the bug preventing check_ctf from running properly after supporting activation/deactivation on runtime (CARET_analyze #251)
  • Suppressed update frequency of progress bar from tqdm when reading trace data (CARET_analyze #248)
  • Fixed incorrect annotation from list to List (CARET_analyze #252)
  • Changed setup_caret.bash script to prompt users to install the packages (caret #72)

v0.4.2 _ Jan 23, 2023#

v0.4.1 _ Dec 26, 2022#

v0.4.0 _ Dec 16, 2022#

v0.3.4 _ Dec 12, 2022#

  • New: Added functions to rename subsystems in Architecture object like executor, node, callback and topic (CARET_analyze#156)
  • Suppressed warning messages, which are outputted because service event is not supported, during trace data loading (CARET_analyze#192)
  • Fixed bug which calculated incorrect period or frequency (CARET_analyze#213)
  • Fixed error messages from Mypy (CARET_analyze#211)

v0.3.3 _ Nov 28, 2022#

v0.3.2 _ Nov 14, 2022#

v0.3.1 _ Oct 31, 2022#

v0.3.0 _ Sept 26, 2022#

v0.2.3 _ July 14, 2022#

  • Supported OS: Ubuntu 20.04
  • Supported ROS Dist.: ROS Galactic
  • Improved output message from path.verify() method
  • Improved view of graphs
  • Added wildcard support for Architecture.callbacks() method
  • Added command line function to check trace data
  • Fixed specification of Architecture.search_paths() method
  • Added function to extract duplicated timer callback

v0.2.2 _ May 2, 2022#

  • Supported OS: Ubuntu 20.04
  • Supported ROS Dist.: ROS Galactic
  • Added feature to measure complicated node path
  • Added feature to choose optional trace points
  • Added Architecture.search_paths() method
  • Improved trace filtering function