rai icon indicating copy to clipboard operation
rai copied to clipboard

fix: the path to launch run_perception_agents plus a few test fixes

Open Juliaj opened this issue 2 months ago • 1 comments

Purpose

  • Add the missing change for openset_launch.py from https://github.com/RobotecAI/rai/pull/719 because we moved the scripts folder within rai_perception.
  • Make tracing unit tests more robust and fix some deprecation warnings from other tests.

Proposed Changes

  • Update openset_launch.py to use the new path.
  • Updated test mocks to make unit tests run more smoothly.

Testing

  • Add new test for openset_launch.py to catch the missed change.
  • Unit tests ran and passed.
  • manipluation demo ran with "swap any two cubes", result returned.
  • rosbot-XL demo ran with "what do you see", result returned.

Juliaj avatar Nov 29 '25 23:11 Juliaj

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 65.32%. Comparing base (3b989bf) to head (3b45531). :warning: Report is 1 commits behind head on main. :white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #722   +/-   ##
=======================================
  Coverage   65.32%   65.32%           
=======================================
  Files          78       78           
  Lines        3386     3386           
=======================================
  Hits         2212     2212           
  Misses       1174     1174           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Nov 29 '25 23:11 codecov[bot]